[Wireshark-dev] SVN link failing on FC5 due to missing -lgcrypt

2006-07-03 Thread Jeff Morriss
Hi list, My FC5 (SVN 18636) compile fails here: gcc -DINET6 -D_U_=__attribute__((unused)) -Wall -Wpointer-arith -W -g -O2 -I/usr/local/include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0

[Wireshark-dev] Solaris dfilter/dtd issues

2006-07-20 Thread Jeff Morriss
Hi list, I've been trying to get a running Wireshark 0.99.2 on Solaris 9 for a couple days now; recently I switched to working from SVN and I'm still having issues. They all seem to be related to dtd or dfilter stuff. For example, trying to run SVN 18769 gives: firebird

Re: [Wireshark-dev] Solaris dfilter/dtd issues

2006-07-20 Thread Jeff Morriss
(for which I never tested the code) instead of flex. On 7/20/06, Jeff Morriss [EMAIL PROTECTED] wrote: Hi list, I've been trying to get a running Wireshark 0.99.2 on Solaris 9 for a couple days now; recently I switched to working from SVN and I'm still having issues. They all seem to be related

Re: [Wireshark-dev] [Ethereal-dev] Ethereal-dev and Ethereal-users mailinglists now unmoderated

2006-07-28 Thread Jeff Morriss
Joerg Mayer wrote: Dear Listmembers, after doing the move from Ethereal to Wireshark (including the creation of new mailing lists) the moderation process for the Ethereal lists has basically stopped. I've just gone through ~250 moderation requests for the old lists that have sat there for

Re: [Wireshark-dev] memory allocation assertion failure reading 219MB file with 1.2Million packets

2006-08-22 Thread Jeff Morriss
Guy Harris wrote: Ravi Kondamuru wrote: My question: Is there a known limit on the number of packets that wireshark can deal with in a single file? The number of packets that Wireshark (or, I suspect, any network analyzer) can deal with is limited; due to a number of factors, the GUI

Re: [Wireshark-dev] FW: ANSI MAP / TCAP dissector hooks

2006-08-22 Thread Jeff Morriss
Anders Broman wrote: Hi, As far as I know the only change was to use range rather than a single ssn value in the preferences of ANSI MAP, probably you got owerlaping ssn definitions in your preferences ( CAMEL ,GSM MAP, RANAP ... ) what does it say at the ssn entry in the SCCP part of the

Re: [Wireshark-dev] FW: ANSI MAP / TCAP dissector hooks

2006-08-23 Thread Jeff Morriss
] On Behalf Of Jeff Morriss Sent: August 22, 2006 6:28 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] FW: ANSI MAP / TCAP dissector hooks Anders Broman wrote: Hi, As far as I know the only change was to use range rather than a single ssn value in the preferences

Re: [Wireshark-dev] memory allocation assertion failure reading 219MB file with 1.2Million packets

2006-08-24 Thread Jeff Morriss
job to change) some of the libraries Wireshark uses simply call abort() when malloc() fails. -J On 8/22/06, *Jeff Morriss* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Guy Harris wrote: Ravi Kondamuru wrote: My question: Is there a known limit

Re: [Wireshark-dev] Install failure at configure stage

2006-09-26 Thread Jeff Morriss
Joerg Mayer wrote: On Tue, Sep 26, 2006 at 09:24:31AM +0800, Jeff Morriss wrote: checking for ucd-snmp/ucd-snmp-config.h... yes checking whether UCD SNMP includes sprint_realloc_objid... no configure: error: UCD SNMP requires -lcrypto but --with-ssl not specified [EMAIL PROTECTED] wireshark

[Wireshark-dev] Follow TCP Stream: stream directions wrong?

2006-09-27 Thread Jeff Morriss
Is it just me or (with 0.99.3) does Follow TCP Stream get the stream directions wrong (e.g., in the list of stream directions to show, just to the right of the Print button)? The directions seem to be reversed (e.g., if I select my PC -- the web server I see the contents of the web page but

Re: [Wireshark-dev] Install failure at configure stage

2006-10-01 Thread Jeff Morriss
Ulf Lamping wrote: Hi Joe! First of all, thanks for taking the time to write this down. As I don't have a clue what's missing in the User's Guide on this topic, I noticed that there was a recent change in the configure script addressed to this problem which may make a change in the

[Wireshark-dev] mailing list archives getting out of date

2006-10-08 Thread Jeff Morriss
FYI, the archives of this (and the -users) mailing list: http://www.wireshark.org/lists/wireshark-dev/200610/ haven't been updated since the 5th. Something wrong? ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] Source code for ACN (ANSI BSR E1.17) Dissector

2006-10-25 Thread Jeff Morriss
We do suffer in wireshark from port collissions due to the number of protocols we support. So a port number is not really enough for us to identify a protocol. Can you make dissect_acn() do some heuristics and return FALSE if it didnt really look like ACN in the first place? This would

Re: [Wireshark-dev] new style dissectors (Was: Source code for ACN (ANSI BSR E1.17) Dissector)

2006-10-25 Thread Jeff Morriss
Joerg Mayer wrote: On Wed, Oct 25, 2006 at 06:00:00PM +0800, Jeff Morriss wrote: I did this once a while ago and found figuring out how to actually make a dissector into a new style dissector wasn't all that easy, mainly because I couldn't find which (of the hundreds) of dissectors did

[Wireshark-dev] 0.99.4pre2 taking a really long time in init dissectors?

2006-10-31 Thread Jeff Morriss
I'm trying out the new prerelease and I found that it takes a little over 30 seconds to start Wireshark [my laptop is old, but it's not *that* old!]. The Splash screen shows most of the time spent in Init dissectors and Task Manager shows the CPU pegged during this time. Interestingly,

Re: [Wireshark-dev] R: R: 0.99.4pre2 taking a really long time in init dissectors?

2006-10-31 Thread Jeff Morriss
Problem's still there in 0.99.4 (final). I downgraded to 0.99.3 and the problem's not there (startup time is 4-5 seconds instead of 30+). If I get around to building a Unix version I'll troubleshoot further [wouldn't know where to begin on Windoze], but it's unlikely I'll have time. Davide

Re: [Wireshark-dev] Regarding bug 948 - capture vs preferences

2006-11-15 Thread Jeff Morriss
Ulf Lamping wrote: Stephen Fisher wrote: I am looking at bug #948, Apply capture preferences not applying. The problem reported is that if you update a preference such as Update list of packets in real time and hit apply/OK then go to the capture options screen, the change is not

Re: [Wireshark-dev] Replace ntohl() with g_ntohl() - automated check?

2006-11-16 Thread Jeff Morriss
Hi Ulf, Ulf Lamping wrote: First of all, a big thank you to take some time to look at this topic. I guess the only way to improve the current situation is to find an automated way to find stuff like this and your approach looks promissing. :-) Thanks Does Subversion have the concept of a

Re: [Wireshark-dev] Should I create virtual fields for use in display filters

2006-11-27 Thread Jeff Morriss
Guy Harris wrote: Hal Lander wrote: I would like to give users of my dissector a quick and easy way to find any packets that have been sent which are not of the expected size. To me, as a newbie, the obvious way to do this would be to allow them to filter packets based on expected and

Re: [Wireshark-dev] [PATCH] packet-ssl.c: Modify use of col_clear

2006-11-29 Thread Jeff Morriss
Jaap Keuter wrote: Hi, Isn't this what column fences were supposed to be used for? Yes, exactly. I just added (rev 20015) a description of column fences to README.developer (section 1.5.8). ___ Wireshark-dev mailing list

Re: [Wireshark-dev] [PATCH] draft-ietf-behave-rfc3489bis-05

2006-12-05 Thread Jeff Morriss
Marc Petit-Huguenin wrote: Hi, This is a new dissector for STUN v2, that is currently in WGLC at the IETF. The packet-stun.c file must be copied into packet-stun2.c before applying this patch. I also attached a capture file that contains various STUN and STUN v2 packets. Any reason

Re: [Wireshark-dev] [PATCH] fixup memory leak

2006-12-14 Thread Jeff Morriss
Sebastien Tandel wrote: Hi, here is patch for a memory leak in packet-k12.c which allocates a hash table and may return without destroying it. Check in revision 20138, thanks! ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org

Re: [Wireshark-dev] [PATCH] bugfix : ICMP unreachable and tcp seq not shown

2006-12-14 Thread Jeff Morriss
Another question (that I don't have the time to research at the moment): does the same problem exist with IPv6? If so, your patch won't solve that problem (because ICMPv6 shows up as icmpv6). Sebastien Tandel wrote: Here is a little trace created with hping3 :) Stephen Fisher wrote:

Re: [Wireshark-dev] [PATCH] bugfix : ICMP unreachable and tcp seq not shown

2006-12-14 Thread Jeff Morriss
Sebastien Tandel wrote: I am not sure it's broken ... ICMP and ICMPv6 are rather different ... - ICMP states that you have to put the IP header + 64 bits of data - ICMPv6 RFC states, and I quote, you have to put As much of invoking packet as will fit without the ICMPv6 packet exceeding

Re: [Wireshark-dev] Patch for Bug771, link layer header type selection

2006-12-22 Thread Jeff Morriss
Unfortunately this patch breaks GTK 1.2 builds: gcc -D_U_=__attribute__((unused)) -Wall -Wpointer-arith -W -g -O2 -Wno-return-type -DFUNCPROTO=15 -I/usr/local/include -I/usr/local/include/gtk-1.2 -I/usr/local/include/glib-1.2 -I/usr/local/lib/glib/include -I/usr/openwin/include -o

Re: [Wireshark-dev] Win32 libs updated to GNUTLS 1.6.0

2006-12-22 Thread Jeff Morriss
Gerald Combs wrote: I've updated the version of GNUTLS in the wireshark-win32-libs repository to 1.6.0. The update includes a fix which might help the slow startup problem (it works for a Vista desktop here, at least). Please remember to run nmake -f makefile.nmake setup if you're

Re: [Wireshark-dev] [PATCH] new dissector : Homeplug

2007-01-17 Thread Jeff Morriss
Sebastien Tandel wrote: a re-post for the Homeplug dissector. (fuzz-tested) Checked in (rev 20459) with some minor (mostly formatting) changes. Could you please: - add a section on the wiki about this protocol, including a link to the spec if it's freely available - add a

Re: [Wireshark-dev] Problems while displaying the digits in the packet

2007-01-19 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: [...] proto_tree_add_string(tree, hf_xyz_imsi, tvb, (imsi_len/2 + 1), (imsi_len/2 + 1), digit_str); [...] When the above code snippet is executed, we are getting the following error: Warn Dissector bug, protocol MACIC, in packet 1: proto.c:1859: failed

Re: [Wireshark-dev] tshark output format

2007-01-28 Thread Jeff Morriss
Sebastien Tandel wrote: Hi, I am developing an analysis of the events occurring in ISIS. This analysis should be an help to network operators to detect problems in their network. Of course, to do this we have to present the results of the analysis in a friendly fashion (many

Re: [Wireshark-dev] Wireshark 0.99.5pre2 is now available

2007-01-30 Thread Jeff Morriss
Stephen Fisher wrote: On Tue, Jan 30, 2007 at 04:48:33PM -0800, Gerald Combs wrote: Wireshark 0.99.5pre2 is now available for testing. Source code and a Windows installer can be downloaded immediately from When I click on Help-Contents, I'm getting the error: HTML Help Author

Re: [Wireshark-dev] Problem with uint preference

2007-01-30 Thread Jeff Morriss
Hal Lander wrote: I registered a boolean preference and it worked. However, when I try and follow the same process with a uint it fails when I try and edit the preference and 'apply' the change. The message I get is; The value for xxTitle isn't a valid number. [...] The code I

Re: [Wireshark-dev] how to register the dissector

2007-02-04 Thread Jeff Morriss
Vladimir Zherdenovsky wrote: Hi I have *FOO* protocol which registered as *udp*.*port* == 333 for example. I want to write *GOO* protocol which should be registered as *foo*.*num* == 444. I had add *register_dissector_table*(*foo*.*num*, FOO NUMBER, FT_UINT16, BASE_DEC); to

Re: [Wireshark-dev] Add checksum validation option for MTP2

2007-02-05 Thread Jeff Morriss
Salut Florent, [EMAIL PROTECTED] wrote: In fact, the FCS checksum are not ahead the sequence numbers, but after the payload. So the MTP2 header is not changed, we have just two additional bytes containing the CRC16. I did join somes messages (captured with libpcap) to show the impact of

Re: [Wireshark-dev] [PATCH] Bogus length reported for reassembled UDP packets

2007-02-05 Thread Jeff Morriss
Andrej Mikus wrote: Hi, Wireshark complains about bogus udp length when processing last fragment of UDP data. It compares length field from UDP header with payload size of last fragment. Attached is my attempt to fix this by referring to tvp-length instead of pinfo-iplen -

Re: [Wireshark-dev] Dissector for Cisco ITP packet logging facility

2007-02-05 Thread Jeff Morriss
, if it does, we can always change it later. (The only problem with that is if someone doesn't even know the feature is there because it doesn't automatically show up: in that case they won't know that they could complain and have it changed.) Anyway, we'll see... -J On 2/1/07, Jeff Morriss [EMAIL

Re: [Wireshark-dev] SVN doesn't compile under MacOS X

2007-02-05 Thread Jeff Morriss
Andreas Fink wrote: On 01.02.2007, at 02:39, Stephen Fisher wrote: On Thu, Feb 01, 2007 at 02:01:41AM +0100, Andreas Fink wrote: current SVN seems to have some double defined symbol conflict: ld_classic: multiple definitions of symbol _svnversion version_info.o definition of

Re: [Wireshark-dev] Bug with -a duration in tshark/dumpcap

2007-02-09 Thread Jeff Morriss
Hirsch, Christian wrote: Hi Comunity, for traffic post analysis I used crontab to start dumpcap every 10 minutes and the options -w $date$outname -a duration:600. The problem is, that if there is noch traffic on the wire, the process will never be closed and hangs till it sees some

Re: [Wireshark-dev] What do you use to get a boolean

2007-02-12 Thread Jeff Morriss
Hal Lander wrote: Wireshark has a field type FT_BOOLEAN. It lets you add the boolean to the tree using proto_tree_add_boolean(tree, id, tvb, start, length, value); and is supposed to do all the bit shifting for you to extract the single bit 0 or 1. I thought it might also provide some

Re: [Wireshark-dev] Unused variables

2007-02-12 Thread Jeff Morriss
Gerhard Gappmeier wrote: I see. This works a little bit different than I expected. void method(int _U_) { } just becomes void method(int ) { } I'm not sure if every compiler accepts that or also outputs a warning if the parameter name is missing. In fact it should be used

Re: [Wireshark-dev] sample dissector

2007-02-15 Thread Jeff Morriss
ali alkhalidi wrote: greetings All, I know that this sounds boring (a new wireshark dissector is in the block), but no matter how I tackel this problem it beats be off. I'm following on the README.developer instructions in that after I craft my dissector, I only need to place the file

Re: [Wireshark-dev] Patch to decode ERF type 5 record

2007-02-18 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: No, the ERF type 5 record has a different header than the PCAP header, but MTP2 part is not affected. In fact, the MTP2 (FCS) is not specific to the ERF format, I would say, MTP2 (FCS) is the standart MTP2, but the checksums are present in the 2 last bytes of the

Re: [Wireshark-dev] Compilation problems in the dissector

2007-02-22 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: Hi, After successfully executing make and make install, when we tried to run the wireshark (using ./ wireshark) We are getting the following error: undefined symbol: dissect_eci The code is as follows: Forward declarations static int

Re: [Wireshark-dev] [Wireshark-commits] rev 20902: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-m3ua.c

2007-02-23 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=20902 User: lego Date: 2007/02/23 07:26 PM Log: Wow! hidden fields appear twice defeating the purpose, that's what I call deprecating a function!! Directory: /trunk/epan/dissectors/

Re: [Wireshark-dev] Bug 491 : time delta behaviour

2007-03-09 Thread Jeff Morriss
in the tracefile. This is an option Jeff Morriss suggested already. 2) have an option in the frame protocol preferences to select the behaviour of frame.time_delta. The default would be to use Time delta since previous displayed frame and the alternative would be Time delta since

Re: [Wireshark-dev] Wi-Fi Protected Setup: Patch for EAP and 802.11 dissectors

2007-03-10 Thread Jeff Morriss
Hi, Sorry for the the delay in reviewing your patch. Could you change all of these _add_text()s: + wpsOpCode = tvb_get_guint8(tvb, offset); + switch(wpsOpCode) + { + case WFA_WSC_START: +

Re: [Wireshark-dev] Bug 491 : time delta behaviour

2007-03-10 Thread Jeff Morriss
Sake Blok wrote: On Fri, Mar 09, 2007 at 09:59:33PM +0800, Jeff Morriss wrote: Sake Blok wrote: 1) add another field to incorporate the Time delta since previous frame in the tracefile. This is an option Jeff Morriss suggested already. 2) have an option in the frame protocol

Re: [Wireshark-dev] [patch] update for ETHERNET Powerlink dissector

2007-03-10 Thread Jeff Morriss
David Büchi wrote: [...] Based on your improvements I would propose the following additional changes (see attached patch) to the info column: - don't show EPL src- and dst-address of SoC frame (same as SoA) - show SoA requested service only if it's not NO_SERVICE - NMT state in

Re: [Wireshark-dev] [PATCH][UPDATE] ptvcursor : one step further?

2007-03-10 Thread Jeff Morriss
Sebastien Tandel wrote: Hi, I've updated the patch for ptvcursor taking into account the ideas of Guy. Features supported by ptvcursor : - multiple levels (256 max.), allocation per 8 levels. - Two new functions creating an item in the tree and pushing a subtree at the same

Re: [Wireshark-dev] [Wireshark-commits] rev 21019: /trunk/plugins/profinet/ /trunk/plugins/profinet/: packet-dcerpc-pn-io.c packet-pn-ptcp.c

2007-03-11 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=21019 User: ulfl Date: 2007/03/11 12:07 PM Log: as Jeff made empty field names illegal, he changed the way PN-IO and PN-PTCP showed their blocks in an unwanted way - fix it Oops, sorry 'bout

Re: [Wireshark-dev] Opinions on solving bug #1375: Capture Options with many IP addresses scrolls off screen

2007-03-15 Thread Jeff Morriss
Guy Harris wrote: Is there any reason why people care about the list of IP addresses other than I'm on a multi-homed machine, and I want to capture traffic to and from machine YYY, so I need to know what the IP addresses are for the interfaces, so I can figure out which interface I

Re: [Wireshark-dev] [PATCH 1/2] wiretap: New MPEG file format

2007-03-15 Thread Jeff Morriss
Actually the patch isn't attached ;-) Shaun Jackman wrote: On 8/25/06, ronnie sahlberg [EMAIL PROTECTED] wrote: Can you add the GPL boilerplate to some of the files that are missing it. Done. Why do you create a mpeg plugin directory? To me it looks like an normal dissector generated by

Re: [Wireshark-dev] Fun with Cisco DLT-value usage

2007-03-15 Thread Jeff Morriss
Joerg Mayer wrote: Hello List, I'm trying to enable some people to read some captures in libpcap format directly without having to change the binary capture packet first. The packet was captureed using Cisco's ERSPAN feature. In their infinite wisdom, the engineers who implemented that

Re: [Wireshark-dev] Prevent compiler warnings by using stop on warnings/treat warnings as errors compiler option?

2007-03-19 Thread Jeff Morriss
Luis Ontanon wrote: the point is what kind of warnings can be cleaned up: to fix pointer arguments differ in signedness for example would be a waste of time, as they are caused by guint8* used instaed of gchar* on those systems (most) that treat char as an unsigned. Actually GCC already

Re: [Wireshark-dev] Prevent compiler warnings by using stop on warnings/treat warnings as errors compiler option?

2007-03-19 Thread Jeff Morriss
Ulf Lamping wrote: Jeff Morriss wrote: Actually GCC already has a way to avoid this: -Wno-pointer-sign. Apparently: http://gcc.gnu.org/ml/gcc-patches/2005-01/msg00505.html someone didn't like the fact that Linux had a few thousand such warnings when compiled with GCC 4. We could add

Re: [Wireshark-dev] Bug 491 : time delta behaviour

2007-03-20 Thread Jeff Morriss
Sake Blok wrote: On Mon, Mar 19, 2007 at 10:45:42AM +0800, Jeff Morriss wrote: I did however start to look into the code to see how I could implement the extra field. I realise that I need to start to understand how wireshark actually handles frames. Some fields are filled by the dissector

Re: [Wireshark-dev] Query on status of patches

2007-03-20 Thread Jeff Morriss
Joerg Mayer wrote: On Wed, Mar 14, 2007 at 09:58:26AM +0100, Sake Blok wrote: I have not seen many patches being overlooked actually. There were the occasions where a review lasted a little longer, but most patches were commited within a couple of days. Maybe a patch-tracking system is a

Re: [Wireshark-dev] Getting destination IP

2007-03-20 Thread Jeff Morriss
Hi, [Please don't send Excel docs to the mailing list--especially if they contain a picture. Not everyone has high speed Internet connections and not everyone can read Excel docs.] sara vanan wrote: [...] /home/saravanan/ethereal-0.99.0/tethereal -c 10 port 53 Capturing on eth0 [...] it

Re: [Wireshark-dev] Getting destination IP

2007-03-20 Thread Jeff Morriss
Did you see my answer to your question in your previous email? (At the top of the email I said something about the Excel doc but I tried to answer your question below that.) sara vanan wrote: Hi, I am doing a DNS proxy for IPV6. For this I have to get the destination IP(DNS Sever IP

Re: [Wireshark-dev] Getting destination IP

2007-03-21 Thread Jeff Morriss
sara vanan wrote: I saw that today only and I tried executing in Linux OS but it gives error( Invalid filter). Note that dns ip.addr == 192.168.16.67 ip.addr == 192.168.16.106 is a *display* filter which is different from a *capture* filter. E.g., you can type it into the filter field

Re: [Wireshark-dev] My postings are getting lost

2007-03-22 Thread Jeff Morriss
Bill Fassler wrote: I have repeatedly tried to post a response to Joerg Mayer regarding decoding traffic thru OpenVPN. Although I provided a one packet sample, Joerg requested a small capture of traffic, so when I attach a small capture the email is about 1Mb and gets bounced. Actually

Re: [Wireshark-dev] [Wireshark-commits] rev 21195: /trunk/ /trunk/: configure.in

2007-03-25 Thread Jeff Morriss
Oops, forgot to do that, thanks for the reminder. (It's done now.) Stephen Fisher wrote: We probably want to add this to wiretap/configure.in also.. On Mon, Mar 26, 2007 at 12:32:15AM +, [EMAIL PROTECTED] wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=21195

Re: [Wireshark-dev] [Wireshark-commits] rev 21195: /trunk/ /trunk/: configure.in

2007-03-26 Thread Jeff Morriss
in a different test for configure.in in trunk that works for me. Please review. On 3/26/07, Jeff Morriss [EMAIL PROTECTED] wrote: Hmmm, that's weird, it works for me. What version of GCC are you using? What does: echo yes | gcc -E -Wfoodeclaration-after-statement - produce for you

[Wireshark-dev] preference tree for SS7

2007-03-26 Thread Jeff Morriss
Hi list, I finally had a chance to look at the new feature from revision 21066: http://anonsvn.wireshark.org/viewvc/viewvc.py?view=revrevision=21066 and see what it looks like if I put, say, all the SS7 dissectors' preferences in one preference tree called SS7. The result was a little

Re: [Wireshark-dev] preference tree for SS7

2007-03-27 Thread Jeff Morriss
Luis Ontanon wrote: Now I have to type [Ctrl-Shift-P][p][r][o][RET][fw-arrow][t][c][TAB] and I can modify TCAP's prefs. Tomorrow I'll have to: [Ctrl-Shift-P][p][r][o][RET][fw-arrow][s][s][RET][fw-arrow][t][c][TAB] for a keyboard animal like me that's a loss... On the other hand I know

Re: [Wireshark-dev] preference tree for SS7

2007-03-27 Thread Jeff Morriss
Ulf Lamping wrote: So if we want to group protocols, we should group (at least) most protocols, to have the protocol list length dastically reduced. True. This could be a first step, though. (I have to admit I was amazed there were 21 protocols--and that's only those with preferences--in

Re: [Wireshark-dev] [PATCH] Packlog fix/enhancement

2007-03-27 Thread Jeff Morriss
. But, the dissector would not compile anymore, so I left it alone. I will try to have a look at it further when possible... perhaps someone else could too. On 3/22/07, Abhik Sarkar [EMAIL PROTECTED] wrote: Thanks Jeff. I have now included a sample capture in the SIGTRAN section. On 3/22/07, Jeff

Re: [Wireshark-dev] [Wireshark-commits] rev 21226: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-syslog.c

2007-03-27 Thread Jeff Morriss
Is there any reason ws_strsplit.h isn't included in some header file all the dissectors already include (so each dissector that decides to use g_strsplit() doesn't have to go include this new file)? Or, since the file is so short, just include the _contents_ of that file somewhere? [EMAIL

Re: [Wireshark-dev] FYI: Status of gcc warnings in epan/dissectors

2007-03-28 Thread Jeff Morriss
Stephen Fisher wrote: On Wed, Mar 28, 2007 at 03:04:27PM +0800, Jeff Morriss wrote: Stephen Fisher wrote: Almost all of the warnings I've fixed so far are sign mismatches between guint8* and (g)char* :(. 552 of the 795 remaining warnings outside of the .cnf files are this problem

Re: [Wireshark-dev] Windows GTK2 build - colour problem

2007-04-12 Thread Jeff Morriss
Andrew Hood wrote: A little while back there was a discussion of GTK2 stuffing up the colour map on Windows. e.g. all black text is being displayed in white, which is really hard to read on a white background. I thought the GTK libs on the buildbot were updated to fix it. The GTK version

Re: [Wireshark-dev] wrong column display in updated source

2007-04-12 Thread Jeff Morriss
Nina Pham wrote: Hi I just did a svn update on the source, and rebuild it which include my old plugin code, and copy my new built dll plugin to wireshark 0.99.5. Now thing used to be displayed in protocol column are display in info column, and things supposed to be displayed in info column

Re: [Wireshark-dev] wrong column display in updated source

2007-04-12 Thread Jeff Morriss
I think you'd have to change SVN sources from trunk/ to releases/wireshark-0.99.5/ Nina Pham wrote: I'm using svn to get my source, can you tell me which revision I should go back to get source for 0.99.5? Jeff Morriss wrote: Nina Pham wrote: Hi I just did a svn update on the source

Re: [Wireshark-dev] [PATCH] Protocol statistics

2007-04-15 Thread Jeff Morriss
Todd Vollmer wrote: Sorry for the repost. The wiki doesn't mention putting PATCH in the subject line and I am new here. I have attached a patch for the protocol hierarchy statistics (-z io, phs). It's a simple update from a 32 bit unsigned integer to a 64 bit version. I am a little

Re: [Wireshark-dev] Parallel Redundancy Protocol (PRP) dissector

2007-04-16 Thread Jeff Morriss
Meier Sven (msv) wrote: This is a dissector for the Parallel Redundancy Protocol (PRP) defined in chapter 6 of the IEC 62439. PRP uses two independent networks in parallel and allows redundancy without switchovers. The protocol is sending Mac multicast messages with Ethertype 0x88fb.

Re: [Wireshark-dev] Patches to update PANA Protocol dissector

2007-04-16 Thread Jeff Morriss
Victor Fajardo wrote: To wireshark-maintainers, Attached is a patch file for the PANA protocol dissector. The changes updates the packet-pana.c dissector to support draft-ietf-pana-pana-15a.txt. Checked (rev 21447), thanks! ___ Wireshark-dev

[Wireshark-dev] assertion for malformed packets?

2007-04-16 Thread Jeff Morriss
Hi list, Bug 1511 replaced a g_assert() by a DISSECTOR_ASSERT() to avoid exiting on a bad packet, but that will show up as a dissector bug when really the problem is in the packet. Any objections to, say, DISSECTOR_ASSERT_MALFORMED_PACKET which would throw a BoundsError for use in this kind

Re: [Wireshark-dev] Patches to update PANA Protocol dissector

2007-04-16 Thread Jeff Morriss
Jeff Morriss wrote: Victor Fajardo wrote: To wireshark-maintainers, Attached is a patch file for the PANA protocol dissector. The changes updates the packet-pana.c dissector to support draft-ietf-pana-pana-15a.txt. Checked (rev 21447), thanks! I had to change the g_assert() back

Re: [Wireshark-dev] Newbie to wireshark development,help !

2007-04-16 Thread Jeff Morriss
RayFred Pip wrote: Wireshark development team: I want to be a developer of *wireshark* project. But I got problems mainly on how to get involved into it quickly. I have a wish for wireshark that I want to implement. That is to add a content playback functionality(playback the

Re: [Wireshark-dev] Parallel Redundancy Protocol (PRP) dissector

2007-04-16 Thread Jeff Morriss
Zürcher Hochschule Winterthur Institute of Embedded Systems - InES Technikumstrasse 9 Postfach 805 CH-8401 Winterthur Tel. +41(0)52 260 69 74 [EMAIL PROTECTED] -Ursprüngliche Nachricht- Von: Jeff Morriss [mailto:[EMAIL PROTECTED] Gesendet: Montag, 16. April 2007 10:26

[Wireshark-dev] no more Python 2.1.1

2007-04-17 Thread Jeff Morriss
My Solaris builds now fail with: Making register.c with python Traceback (most recent call last): File ../../tools/make-dissector-reg.py, line 98, in ? cur_mtime = os.fstat(file.fileno()).st_mtime AttributeError: 'tuple' object has no attribute 'st_mtime' with Python 2.1.1 . I guess

Re: [Wireshark-dev] no more Python 2.1.1

2007-04-17 Thread Jeff Morriss
Gerald Combs wrote: Jeff Morriss wrote: My Solaris builds now fail with: Making register.c with python Traceback (most recent call last): File ../../tools/make-dissector-reg.py, line 98, in ? cur_mtime = os.fstat(file.fileno()).st_mtime AttributeError: 'tuple' object has

[Wireshark-dev] Solaris 8 buildbot not building Wireshark

2007-04-17 Thread Jeff Morriss
Is there a reason the Solaris 8 buildbot doesn't build Wireshark (just tshark)? checking for GTK+ - version = 2.0.0... no *** Could not run GTK+ test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This

Re: [Wireshark-dev] [Wireshark-commits] rev 21452: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee80211.c

2007-04-17 Thread Jeff Morriss
Martin Mathieson wrote: Hi, My build is failing to link from this revision onwards. The error output is the following: [...] epan/.libs/libwireshark.so: undefined reference to `.LC1698' epan/.libs/libwireshark.so: undefined reference to `.LC1695' epan/.libs/libwireshark.so: undefined

Re: [Wireshark-dev] Compile broken on 64-bit Linux -- packet-dtls.c

2007-04-17 Thread Jeff Morriss
Guy Harris wrote: On Apr 16, 2007, at 3:16 PM, Mike Duigou wrote: packet-dtls.c: In function 'dissect_dtls': packet-dtls.c:433: warning: cast to pointer from integer of different size That call happens to do something that's probably safe on platforms where 1) int has no

Re: [Wireshark-dev] assertion for malformed packets?

2007-04-18 Thread Jeff Morriss
Guy Harris wrote: Jeff Morriss wrote: Bug 1511 replaced a g_assert() by a DISSECTOR_ASSERT() to avoid exiting on a bad packet, but that will show up as a dissector bug when really the problem is in the packet. You're correct - neither g_assert() nor DISSECTOR_ASSERT

Re: [Wireshark-dev] compile error : epan/.libs/libwireshark.so: undefined reference to `.LC1694'

2007-04-19 Thread Jeff Morriss
Toralf Förster wrote: After some of the last SVN updates I get now: ... /usr/lib/libglib-2.0.so /usr/lib/libgnutls.so /usr/lib/libtasn1.so /usr/lib/libgcrypt.so -lnsl /usr/lib/libgpg-error.so -lz epan/.libs/libwireshark.so: undefined reference to `.LC1694' epan/.libs/libwireshark.so:

Re: [Wireshark-dev] [Wireshark-commits] rev 21452: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-ieee80211.c

2007-04-19 Thread Jeff Morriss
Martin Mathieson wrote: It does look like the same problem. Their report says that a problem of this kind was fixed in gcc-3.4.4-2{,.fc3}, so either its the same problem not fixed in vanilla gcc-3.4.6 or another problem with similar symptoms... Looking through the affected file in the

[Wireshark-dev] TCP: what is an out-of-order segment

2007-04-27 Thread Jeff Morriss
Hi list, The other day I was looking at a TCP sequence that went like: time: sequence: 0 1-10 2 11-20 2.1 1-20 The last frame was a retransmission of the first frame but the TCP implementation in question (XP) decided to stick the data from the 2nd frame in there, too.

Re: [Wireshark-dev] TCP: what is an out-of-order segment

2007-05-10 Thread Jeff Morriss
make sure it doesnt break any of my other examples of tricky packet sequences. since we have so much less information available to us compared to the tcp endpoints themself this is a very tricky area. On 4/27/07, Jeff Morriss [EMAIL PROTECTED] wrote: Hi list, The other day I

Re: [Wireshark-dev] Strangest thing ever !!! Captures only TCP 3-way handshake negotiation and not any data ?!?

2007-05-10 Thread Jeff Morriss
Free Prefix wrote: [...] When sniffing network traffic with Wireshark, I can see only the TCP 3-way handshake captured but not the traffic itself afterwards. This happens using any winsock application including Internet explorer and such , see attached: Browsing_through_iexplore.cap The

Re: [Wireshark-dev] [Wireshark-commits] rev 21716: /trunk/ /trunk/epan/: epan.c epan.h libwireshark.def proto.c proto.h /trunk/gtk/: about_dlg.c about_dlg.h main.c /trunk/tools/: make-dissector-reg ma

2007-05-10 Thread Jeff Morriss
It's OK for me on Windoze. Are you loading Wireshark over a remote connection (X, maybe via 'ssh') where the (couple thousand?) screen updates in a couple of seconds might, well, take a while? Stephen Fisher wrote: Is it just me or does this change slow down the launching of Wireshark

Re: [Wireshark-dev] problems building in win32 environment

2007-05-22 Thread Jeff Morriss
Brian Vandenberg wrote: [...] The other error is when building sctp_graph_dlg.c, on line 366, it says: sctp_graph_dlg.c(366) : error C2220: warning treated as error - no object file generated ... Generating code... NMAKE : Fatal error U1077: 'cl' : return code '0x2' (yada yada)

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 1416] crash (stack smashing) on single DHCP packet

2007-05-27 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1416 [EMAIL PROTECTED] changed: [...] Your SuSE system must have -fstack-protector / -fstack-protector-all enabled by default in gcc. More information about this implementation can be found at

Re: [Wireshark-dev] Developer cmd.exe shortcut

2007-05-28 Thread Jeff Morriss
Graeme Lunt wrote: You can create a shortcut to prepare the cmd.exe environment for building wireshark. Right click on the desktop and choose New/Shortcut In the resulting wizard, enter the following for the location of the item: Just wanted to say thanks for this--setting up my command

Re: [Wireshark-dev] DISSECTOR_ASSERT_NOT_REACHED in WLCCP decode...

2007-05-28 Thread Jeff Morriss
Kevin A. Noll wrote: I am progressing on my updated WLCCP dissector, but I've run into another (amateur) issue. This protocol allows TLVs to be tacked on to the end of a packet with no indication of how many or how long they are until you start reading the TLVs and iterate through them until

Re: [Wireshark-dev] Parallel Redundancy Protocol (PRP) dissector

2007-05-28 Thread Jeff Morriss
Oops, overlooked this one. Any idea *how*? (I'm terribly busy these days so not much time to research it.) Stephen Fisher wrote: Let's disable it by default to avoid the overhead of checking every packet. On Mon, Apr 16, 2007 at 05:53:19PM +0800, Jeff Morriss wrote: Hi list, What do

Re: [Wireshark-dev] trouble w/ tshark static build on linux

2007-05-28 Thread Jeff Morriss
Barry Gould wrote: Hi, I've successfully statically built tethereal before on linux, but when I tried with tshark/wireshark 0.99.5, I keep getting errors like this: can't find -lgmodule I've tried --enable-static --disable-wireshark --enable-tshark --disable-gtk2 and lots of other

Re: [Wireshark-dev] DISSECTOR_ASSERT_NOT_REACHED in WLCCP decode...

2007-05-28 Thread Jeff Morriss
Kevin A. Noll wrote: I think I've figured out that I am getting the DISSECTOR_ASSERT because of something related to the dissector being near the end of the tvbuff. However, I've tried several things to try to debug exactly what occuring, but I can't get the error to go away. This error

Re: [Wireshark-dev] [PATCH] Fix compilation failures on x86_64-unknown-linux-gnu

2007-05-28 Thread Jeff Morriss
Problem is that how you print 64-bit numbers varies. %llu doesn't always work (for example the Windoze buildbot is now red). Instead the PRI*64 macros should be used. Sebastien Tandel wrote: checked in rev 21975. Thanks! Regards, Sebastien Tandel On 24 May 2007, at 09:47, David

Re: [Wireshark-dev] [PATCH] Fix compilation failures on x86_64-unknown-linux-gnu

2007-05-29 Thread Jeff Morriss
Guy Harris wrote: Jeff Morriss wrote: Problem is that how you print 64-bit numbers varies. %llu doesn't always work ...and neither does long long as a data type. (for example the Windoze buildbot is now red). Instead the PRI*64 macros should be used. Or the G_GINT64_MODIFIER

Re: [Wireshark-dev] [PATCH] Fix compilation failures on x86_64-unknown-linux-gnu

2007-05-29 Thread Jeff Morriss
Guy Harris wrote: Jeff Morriss wrote: Guy Harris wrote: Jeff Morriss wrote: Problem is that how you print 64-bit numbers varies. %llu doesn't always work ...and neither does long long as a data type. (for example the Windoze buildbot is now red). Instead the PRI*64 macros should

  1   2   3   4   5   6   7   8   9   10   >