Re: [Wireshark-dev] [Wireshark-commits] rev 40601: /trunk/epan/ /trunk/epan/: packet.c packet.h

2012-01-19 Thread Guy Harris
On Jan 19, 2012, at 6:43 PM, wme...@wireshark.org wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40601 > > User: wmeier > Date: 2012/01/19 06:43 PM > > Log: > Add 'heur_dissector_set_enabled()' to allow a dissector to enable/disable > heuristic dissection; > Rename s

Re: [Wireshark-dev] [Wireshark-commits] rev 40602: /trunk/ /trunk/: CMakeLists.txt CMakeOptions.txt configure.in

2012-01-19 Thread Jeff Morriss
On 01/19/2012 10:20 PM, morr...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40602 User: morriss Date: 2012/01/19 07:20 PM Log: Bug 6448 says the embedded Python stuff does not really work. And if I run Valgrind with Python enabled, I get pages of er

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

2012-01-19 Thread Jeff Morriss
On 10/20/2011 10:45 AM, Jeff Morriss wrote: jma...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34196 User: jmayer Date: 2010/09/22 11:45 PM Log: Enable Python in HEAD to find problems during testing. Any objections to reverting this and disabling Pyt

Re: [Wireshark-dev] Trying QtShark on Windows

2012-01-19 Thread Gerald Combs
On 1/17/12 4:00 AM, Anders Broman wrote: > Hi, > At the first attempt it crashed for me because I had a USER_DLT pointing > to a proprietary Plug-in. > The reason for the crash is that there is no repoert failure fn defined in: > epan_init(register_all_protocols,register_all_protocol_handoffs,

Re: [Wireshark-dev] Ronnie's Wireshark presentation / attaching files to the Presentations page on the wiki

2012-01-19 Thread Gerald Combs
Weird. The error log on the server shows this: The timeout specified has expired: mod_wsgi (pid=22671): Unable to get bucket brigade for request., referer: http://wiki.wireshark.org/Presentations?action=AttachFile I uncompressed the file on the server and updated the attachment link accordingly.

[Wireshark-dev] How do display filters work internally?

2012-01-19 Thread Joerg Mayer
Hello List, I fail to understand how display filters work internally. I'm still trying to get my generic ip.addr filter working, but I seem to lack some understanding on how display filters work. It looks like putting an "alien" protocol filter into the hf array will work, as ip.version inside pa

Re: [Wireshark-dev] Ronnie's Wireshark presentation / attaching files to the Presentations page on the wiki

2012-01-19 Thread Jeff Morriss
I don't think it's related to the file size: I was able to upload a ~5 Mb PDF just fine. It just doesn't like Ronnie's presentation. Until I gzip'd it: then it uploaded fine (the gzip did not shrink the file appreciably). Weird. Maybe the wiki doesn't like something about the contents? Je

[Wireshark-dev] Reassembling fragmented messages

2012-01-19 Thread Francesco Jacomel
Hi, I've just subscribe to this list to find some successful experience on reassembling packets. I'm trying to use the developers guide to help me on doing it, but I had no success until this moment. I'm creating a new dissector and for simple messages it works fine, but nothing works neither when

Re: [Wireshark-dev] Ronnie's Wireshark presentation / attaching files to the Presentations page on the wiki

2012-01-19 Thread Jeff Morriss
Great! Unfortunately I can't seem to get the file up there: every time I've tried the connection gets reset. I tried with a tiny file and it worked fine. The presentation is only 1.4 Mb but is it likely that size is an issue? Gerald Combs wrote: I'm OK with putting it on the wiki. If you'r

Re: [Wireshark-dev] Building plugins for both win32 & win64

2012-01-19 Thread mmann78
Yea, I've had to do a "distclean" when switching between the two "platforms" since they share common folders (and thus object files). Alan's methodology of installing the source twice and keeping both "platforms" separate is probably the only way to avoid the "distclean" and why there's the s

Re: [Wireshark-dev] Building plugins for both win32 & win64

2012-01-19 Thread Graham Bloice
> -Original Message- > From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev- > boun...@wireshark.org] On Behalf Of Teto > Sent: 19 January 2012 17:17 > To: Developer support list for Wireshark > Subject: Re: [Wireshark-dev] Building plugins for both win32 & win64 > > I am very

Re: [Wireshark-dev] Building plugins for both win32 & win64

2012-01-19 Thread Teto
I am very eager to know the answer since I am currently fighting to build both. I don't know how I did it but in fact, I 've got 2 folders: -wireshark-win32-lib -wireshark-win64-lib I think I have built correctly all libs in the 2 directories, but whenever I try compiling wireshark in 32 bits (set

Re: [Wireshark-dev] Building plugins for both win32 & win64

2012-01-19 Thread Teto
I am very eager to know the answer since I am currently fighting to build both. I don't know how I did it but in fact, I 've got 2 folders: -wireshark-win32-lib -wireshark-win64-lib I think I have built correctly all libs in the 2 directories, but whenever I try compiling wireshark in 32 bits (set

[Wireshark-dev] GOOSE dissector update

2012-01-19 Thread Martin Lutz
Hi Developers, I’ve updated the GOOSE dissector ASN.1 file to be able to display data for UTC timestamps. Could you please update the asn1/goose/goose.asn file with the attached one. Thanks, Martin. goose.asn Description: goose.asn ___

[Wireshark-dev] Development of PSC via MPLS-TP

2012-01-19 Thread sebastian
Hi, is there any developer working on a protocol dissector for PSC over MPLS-TP (GAchCh 0x024)?? Otherwise I would like to start the development this week. I've seen that there is already support for BFD. So it would be easy to implement PSC in the same way. Any comments? Kind regards, Sebastian

[Wireshark-dev] development of protocol dissector for PSC in MPLS packages

2012-01-19 Thread Sebastian Krüger
Hi, is there any developer developing a protocol dissector for PSC over MPLS-TP? I would like to add the dissector if possible. Any comments? Kind regards, Sebastian Krüger -- Sebastian Krüger Dipl.Ing. Electronic, Communication-Protocols Uppsala, Sweden _

[Wireshark-dev] I want to make a specific sniffer based on Wireshark/Tshark

2012-01-19 Thread Yohannes Affandy Siregar
Hi fellow developers! Since I haven't received any response yet, I want to re-post it to this mailing-list. So, I want to make my own packet sniffer based from Wireshark or Tshark. It should only read my RFID tag which transmits probe requests using 802.11 protocoland bypass any other data. I