[Wireshark-dev] Query

2012-02-29 Thread Krishnamurthy Mayya
Hi all, Is it ok if we create a new bug in wireshark bugzilla to say that we are working on writing the decoding module for these protocols and attach the patches, packets after we are done with it?? I just wanted to avoid the duplicate work getting done by many. I am currently working on writing t

Re: [Wireshark-dev] [Wireshark-commits] rev 41242: /trunk/ /trunk/ui/gtk/: edit_packet_comment_dlg.c edit_packet_comment_dlg.h main_statusbar.c /trunk/: file.c file.h summary.c /trunk/wiretap/: wtap.c

2012-02-29 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Stig Bjørlykke Sent: den 29 februari 2012 22:37 To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 41242: /trunk/ /trunk/ui/gtk/: edi

Re: [Wireshark-dev] Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHER?

2012-02-29 Thread Gerald Combs
On 2/29/12 1:28 PM, Reinhard Speyerer wrote: > P.S.: Could somebody please have a look at > http://www.wireshark.org/docs/wsdg_html_chunked ? > It currently only shows im-in-ur-servr-sniffin-ur-paketz.jpg. Fixed. ___ Sent via:

Re: [Wireshark-dev] [Wireshark-commits] rev 41242: /trunk/ /trunk/ui/gtk/: edit_packet_comment_dlg.c edit_packet_comment_dlg.h main_statusbar.c /trunk/: file.c file.h summary.c /trunk/wiretap/: wtap.c

2012-02-29 Thread Stig Bjørlykke
On Wed, Feb 29, 2012 at 5:51 PM, wrote: >  Help with a different color LED possibly with Jeff's (c) in it apreceated. >  Should the LED be placed elsewhere or the whole thing done differently? Some ideas: - What about a document-with-a-pen icon, with different color when having comments? Or may

Re: [Wireshark-dev] Adding support for LINKTYPE_PPP_ETHER/DLT_PPP_ETHER?

2012-02-29 Thread Reinhard Speyerer
Guy Harris wrote: > [...] If you submit it with a patch, that'd be even better. Hi Guy, done in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6888 . Regards, Reinhard P.S.: Could somebody please have a look at http://www.wireshark.org/docs/wsdg_html_chunked ? It currently only shows im

[Wireshark-dev] Capture annotation test trace.

2012-02-29 Thread Anders Broman
Hi, Enclosed a small trace with capture comments in the SHB and a packet comment in the first packet if any one is interested in checking it out. Regards Anders DemoOfCaptureAndPacketAnnotation.pcapng Description: DemoOfCaptureAndPacketAnnotation.pcapng

[Wireshark-dev] FW: Save file

2012-02-29 Thread Anders Broman
Hi, Trying to save capture comments on Ubuntu 11.10 I get the following output and the file isn't saved Ideas, any one? Regards Anders lt-wireshark:5533): Gtk-WARNING **: Unable to retrieve the file info for `file:///home/ericsson/Traces/Test_capture_comments.pcapng': Error stating file '/hom

[Wireshark-dev] Anonymous SVN and git server migration

2012-02-29 Thread Gerald Combs
I'm preparing to migrate the anonymous SVN / anonymous git sites to a new server in the next hour. It may take longer than normal for checkins to show up during that time (mainly due DNS update delays) but otherwise the migration should be transparent. If you run into any issues please send me an e

Re: [Wireshark-dev] [Wireshark-commits] rev 41216: /trunk/ /trunk/epan/dissectors/: packet-sctp.c /trunk/epan/: epan.c frame_data.c frame_data.h libwireshark.def packet.c packet.h packet_info.h reasse

2012-02-29 Thread Jeff Morriss
morr...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41216 User: morriss Date: 2012/02/27 07:19 PM Log: Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3315 - make Save-As/Displayed/All-Packets save not only the displayed packets but also any

Re: [Wireshark-dev] [RFC] bug 6797 : proto: Add proto_tree_add_split_{uint, int} helpers for non contiguous int fields

2012-02-29 Thread Mike Morrin
On 16/02/2012 10:21, Sylvain Munaut wrote: Hi, I recently found a need for such a function for the gsm_rlcmac dissector for EGPRS header fields which have split uint encoding. I have just written the function: [snip] Ok, looks good. I'll wait for those to get merged and I'll adapt my patch to

Re: [Wireshark-dev] [Wireshark-commits] rev 41240: /trunk/ui/cli/ /trunk/ui/cli/: tap-iostat.c

2012-02-29 Thread Jeff Morriss
etx...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41240 User: etxrab Date: 2012/02/29 07:22 AM Log: Remove the offending %s for now. I tried that but then I got more warnings: ../../../ui/cli/tap-iostat.c: In function 'iostat_packet': ../../../ui/

[Wireshark-dev] Capture TCP reassembled protocol

2012-02-29 Thread fab12
Hello Is it correct to assume that if my dissector use the tcp_dissect_pdus to reassemble my protocol, I have to start the capture before the TCP connection is established? I'm thinking that if I start the capture after the TCP reassembly module will call my getlength function with the first "TCP

Re: [Wireshark-dev] [Wireshark-commits] rev 41240: /trunk/ui/cli/ /trunk/ui/cli/: tap-iostat.c

2012-02-29 Thread Anders Broman
-Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Jeff Morriss Sent: den 29 februari 2012 16:32 To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] [Wireshark-commits] rev 41240: /trunk/ui/cli/ /trunk/ui/cli/

Re: [Wireshark-dev] MSVC2008EE build broken??

2012-02-29 Thread Bill Meier
On 2/29/2012 9:47 AM, Anders Broman wrote: Sorry my fault, I checked in a change to config.win32 and my default is MSVC10. On Windows I do the following so I don't have to touch config.nmak 1. Set some environment variables set MSVC_VARIANT=MSVC2008 set VERSION_EXTRA=-DEV ... 2. Do

Re: [Wireshark-dev] MSVC2008EE build broken??

2012-02-29 Thread Anders Broman
Sorry my fault, I checked in a change to config.win32 and my default is MSVC10. I will revert that change now. Regards Anders -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Mike Morrin Sent: den 29 februari 2012 15:3

Re: [Wireshark-dev] MSVC2008EE build broken??

2012-02-29 Thread Jeff Morriss
Mike Morrin wrote: I just updated to SVN head, and I now get the error (on every C file): _MSC_VER is:1500 but required is:1600 Actually *all* the builds are broken at the moment. I'm working on a fix now. ___ Sent via:

[Wireshark-dev] MSVC2008EE build broken??

2012-02-29 Thread Mike Morrin
I just updated to SVN head, and I now get the error (on every C file): _MSC_VER is:1500 but required is:1600 regards, Mike ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-de