Re: [Wireshark-dev] Bugfix for plugins/profinet

2007-07-24 Thread HPfrommer
Hi, attached you'll find a short capture of three frames. Regards, Holger -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Ulf Lamping Gesendet: Montag, 23. Juli 2007 21:51 An: Developer support list for Wireshark Betreff: Re: [Wireshark-dev]

[Wireshark-dev] How to reassemble protocol running atop udp?

2007-07-24 Thread Lars2B
Hi all, one of our proprietary protocols that runs atop udp is being fragmented on application level. We are using a datagram header for each fragment that provides a fragment index and the length of the fragmented data that follows after the header. As the protocol had not been fragmented in

Re: [Wireshark-dev] How to reassemble protocol running atop udp?

2007-07-24 Thread Abhik Sarkar
Hi! Something similar was discussed very recently: http://www.wireshark.org/lists/wireshark-dev/200707/msg00192.html Also, this link might help: http://www.wireshark.org/docs/wsdg_html_chunked/ChDissectReassemble.html The first example is for a UDP based protocol! Best regards, Abhik. On

Re: [Wireshark-dev] How to reassemble protocol running atop udp?

2007-07-24 Thread Lars2B
Thanks Abhik, I had a look at the first reference you mentioned, but it seemed to be too specific to TCP reassembly. Have to admit that I did not read the chapter in the Developer's Guide, hmm, but I will read it thoroughly, now. Regards, Lars SEW-EURODRIVE GmbH Co KG

[Wireshark-dev] QSIG protocol

2007-07-24 Thread Kukosa, Tomas
Hi all, the QSIG protocol is fully implemented now (except notifications). Please, let me know if you meet any problem in it. Tomas ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Toolbar icon sizes on Windows too small?

2007-07-24 Thread Lars Ruoff
Hi, Just out of curiosity, i noticed the size of toolbar icons in the Windows version is rather small. They look prettier under Linux. I talk about the size the icon takes up inside the toolbar button. The button itself is rather big, so there is much empty space around it. Obviously, this is a

Re: [Wireshark-dev] Toolbar icon sizes on Windows too small?

2007-07-24 Thread Ulf Lamping
Just out of curiosity, i noticed the size of toolbar icons in the Windows version is rather small. They look prettier under Linux. I talk about the size the icon takes up inside the toolbar button. The button itself is rather big, so there is much empty space around it. Obviously, this is a

Re: [Wireshark-dev] [PATCH] IEEE 802.15.4 dissectors and libpcap support.

2007-07-24 Thread Owen Kirby
Hi Richard, The ccitt crc16 routines are already in crc16.h - please could you use them rather than reinventing this particular wheel? When I first wrote the dissectors, I was having trouble finding a CRC algorithm that would produce the right answer. IEEE 802.15.4 transmits bytes in

Re: [Wireshark-dev] Display Filter Macros of currently selected packet fields?

2007-07-24 Thread Luis EG Ontanon
I've thougth it in the past but I still got a thing to digest... We need to pass to the Disaplay Filter Macros compiler (DFMC) the current tree (if any) and have the compiler to replace ${eth.src} with the representation of the value of ONE eth.src finfo (only one! the first? the last? one in the

[Wireshark-dev] [PATCH] packet-bootp.c: enhancement to decode DHCP option 121

2007-07-24 Thread Francois-Xavier Le Bail
Hi, The following patch decode DHCP option 121. (RFC 3442) Output example : Option: (t=121,l=59) Classless Static Route Option: (121) Classless Static Route Length: 59 Value: 00C0A80301080AC0A80302090B80C0A8030310AC10C0A803... Subnet/MaskWidth-Router: default-192.168.3.1

Re: [Wireshark-dev] Toolbar icon sizes on Windows too small?

2007-07-24 Thread Jaap Keuter
Hi, Look for gtkrc and see that it declares two toolbars: large and small. The small one is used, but changing this into large gets you the larger icons. Thanx, Jaap Ulf Lamping wrote: Just out of curiosity, i noticed the size of toolbar icons in the Windows version is rather small. They

Re: [Wireshark-dev] Add subtree for messages (like ApplyCharging) inCamel

2007-07-24 Thread Anders Broman
Committed revision 22396. Thanks Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Florent Drouin Skickat: den 24 juli 2007 15:36 Till: Developer support list for Wireshark Ämne: [Wireshark-dev] Add subtree for messages (like ApplyCharging) inCamel

Re: [Wireshark-dev] Bugfix for plugins/profinet

2007-07-24 Thread Ulf Lamping
[EMAIL PROTECTED] schrieb: Hi, attached you'll find a short capture of three frames. Thanks for the patch! As I've changed that file in the meantime, I had to manually apply your patch (so it's probably slightly different than what you've send). Please also remove unrelated things (like

Re: [Wireshark-dev] [PATCH] packet-bootp.c: enhancement to decode DHCP option 121

2007-07-24 Thread Jaap Keuter
Hi, Checked in. Thanx, Jaap Francois-Xavier Le Bail wrote: Hi, The following patch decode DHCP option 121. (RFC 3442) Output example : Option: (t=121,l=59) Classless Static Route Option: (121) Classless Static Route Length: 59 Value:

Re: [Wireshark-dev] Display Filter Macros of currently selected packet fields?

2007-07-24 Thread Luis EG Ontanon
On 7/25/07, Luis EG Ontanon [EMAIL PROTECTED] wrote: If we consider this dynamic condition that a filter can be correct or incorrect depending on when it is compiled this is feasable (and a nice feature too!)... One last thing I will have to redissect the selected frame each time a the filter

Re: [Wireshark-dev] Display Filter Macros of currently selected packet fields?

2007-07-24 Thread Ulf Lamping
Luis EG Ontanon schrieb: On 7/25/07, Luis EG Ontanon [EMAIL PROTECTED] wrote: If we consider this dynamic condition that a filter can be correct or incorrect depending on when it is compiled this is feasable (and a nice feature too!)... One last thing I will have to redissect the

Re: [Wireshark-dev] Display Filter Macros of currently selected packet fields?

2007-07-24 Thread Luis EG Ontanon
On 7/25/07, Ulf Lamping [EMAIL PROTECTED] wrote: Luis EG Ontanon schrieb: On 7/25/07, Luis EG Ontanon [EMAIL PROTECTED] wrote: If we consider this dynamic condition that a filter can be correct or incorrect depending on when it is compiled this is feasable (and a nice feature too!)...

Re: [Wireshark-dev] New WiMAX R6 plug-in

2007-07-24 Thread SAWADA Kentaro
I also express my thanks to Nivin. A few comments to add. (1) I also agree to give the different name to R6 plugin or rename the existsted wimax plugin with packet-ieee80216e and keep yours. (2) I'd like to feedback some points, but is it right place to do such things here, or I'd

Re: [Wireshark-dev] New WiMAX R6 plug-in

2007-07-24 Thread Nitin Naveen
Hello,Thank you Martin and Sawada san for your comments.I am OK with any plug-in name and I leave it up to you to decide.I also accept most of the comments.One comment that I would like to discuss: Martin mentioned that I use value_str_array. But i was notsure how array overrun and underrun are