Re: [Wireshark-dev] tshark run during build with plugins gives register_subtree_array error

2011-02-10 Thread Bill Meier
On 2/10/2011 3:16 PM, Turner, Jay wrote: wireshark-gtk2\tshark.exe -G | perl doc\dfilter2pod.pl doc\wireshark-filter.pod.template doc\wireshark-filter.pod a GUI Error dialog appeared saying: ** ERROR **: register_subtree_array: subtree item type (ett_...) not -1 ! This is a development error:

Re: [Wireshark-dev] Updates to Wireshark Windows Makefiles (SVN #35747)

2011-02-02 Thread Bill Meier
On 2/2/2011 1:07 AM, Jaap Keuter wrote: Hi, Are these changes compatible with *all* Windows Compiler / SDK combinations we support (http://www.wireshark.org/docs/wsdg_html_chunked/ChToolsMSChain.html)? Thanks, Jaap Obviously I haven't tried all the combinations. :) That being said: I

[Wireshark-dev] Wireshark 1.6: End support of older Windows Compilers/SDKs ?

2011-02-02 Thread Bill Meier
Speaking of support [1], for the eventual Wireshark 1.6 release I suggest consideration of ending support for older Windows compilers/SDK's. (Wireshark 1.4 would continue to support compilers as now). For Wireshark 1.6: Support the following ? !ELSEIF $(MSVC_VARIANT) == MSVC2005 || \

Re: [Wireshark-dev] Updates to Wireshark Windows Makefiles (SVN #35747)

2011-02-01 Thread Bill Meier
I've done a bit of rework and cleanup of the Windows Makefiles. (See http://anonsvn.wireshark.org/viewvc?view=revrevision=35747 for the details). If there are any concerns or comments please let me know. Bill ___ Sent

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-22 Thread Bill Meier
On 1/22/2011 4:14 AM, Dietfrid Mali wrote: I thought of having to add something like --enable_debug=yes or --with_debugging to the configure call so that the make file being built will call the compiler with options to make it create unoptimized code and debug info. If the stuff from the SVN

Re: [Wireshark-dev] [Wireshark-commits] rev 35213: /trunk/docbook/wsdg_src/ /trunk/docbook/wsdg_src/: WSDG_chapter_build_intro.xml WSDG_preface.xml

2010-12-18 Thread Bill Meier
On 12/18/2010 11:03 AM, Jeff Morriss wrote: On 12/18/2010 06:13 AM, Joerg Mayer wrote: On Fri, Dec 17, 2010 at 09:53:09PM -0500, Bill Meier wrote: It seemed like a good idea to me. I find trying to read README.developer rather tedious, altho I do agree that a plain text file can be grep'ed

Re: [Wireshark-dev] [Wireshark-commits] rev 35213: /trunk/docbook/wsdg_src/ /trunk/docbook/wsdg_src/: WSDG_chapter_build_intro.xml WSDG_preface.xml

2010-12-17 Thread Bill Meier
On 12/17/2010 3:30 PM, wme...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=35213 User: wmeier Date: 2010/12/17 12:30 PM Log: Integrate README.developer into the WSDG: Step 1: Styleguide; Also: add list of README.developer contributors to the WSDG

Re: [Wireshark-dev] Problems with release 1.4.2?

2010-12-15 Thread Bill Meier
On 12/15/2010 11:50 AM, Herbert Falk wrote: Yes, Winpcap 4.1.2 is installed. A build of 1.2.6 (on same machine) does not throw this error. I was in the process of migrating from 1.2.6 to 1.4.2 and this error appeared. OK: Let's simplify: What happens for the following cmds: dumpcap -v

Re: [Wireshark-dev] I want to pop up a window when http dissector dissect some kind of payload

2010-12-13 Thread Bill Meier
On 12/13/2010 10:41 PM, 刘昆 wrote: If I want to pop up a window when http dissector dissect some kind of payload,where can I write the gtk code ? As Guy Harris already indicated to you when you asked this question previously: You should solve the problem by not using GUI functions in

Re: [Wireshark-dev] where can I find the ip src address in packet-http.c

2010-12-06 Thread Bill Meier
On 12/6/2010 8:56 PM, Guy Harris wrote: On Dec 6, 2010, at 5:47 PM, 刘昆 wrote: I want to find out the ip source address in packet-http.c.At first,I thought dissect_http:pinfo-src-data should save the ip source address,however when I use gdb to print pinfo-src-data ,the value is 0x8b5301a

Re: [Wireshark-dev] command to generate ASN1 based dissector on WIndows

2010-12-02 Thread Bill Meier
On 12/2/2010 7:05 AM, Anders Broman wrote: Hi, Two ways in ~/asn1/ do nmake -f makefile.nmake name of dissector e.i nmake -f makefile.nmake s1ap or in the dissectors subdir do nmake -f makefile.nmake copy_files Regards Anders or: in the dissectors subdir do nmake -f makefile.nmake

Re: [Wireshark-dev] command to generate ASN1 based dissector on WIndows

2010-12-02 Thread Bill Meier
On 12/2/2010 8:55 AM, Bill Meier wrote: On 12/2/2010 7:05 AM, Anders Broman wrote: Hi, Two ways in ~/asn1/ do nmake -f makefile.nmake name of dissector e.i nmake -f makefile.nmake s1ap or in the dissectors subdir do nmake -f makefile.nmake copy_files Regards Anders or: in the dissectors

Re: [Wireshark-dev] Using pipes on Windows - CPU load

2010-11-28 Thread Bill Meier
On 11/28/2010 1:41 PM, Vincent Helfre wrote: Hi all, I tried to use named pipes on Windows to feed tshark with packets from an application and it works nicely (thanks to the good wiki page: http://wiki.wireshark.org/CaptureSetup/Pipes). However dumpcap.exe is taking 100% of one CPU. Has anyone

Re: [Wireshark-dev] [Wireshark-commits] rev 35031: /trunk/ /trunk/: config.nmake

2010-11-26 Thread Bill Meier
On 11/26/2010 12:54 PM, sfis...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=35031 User: sfisher Date: 2010/11/26 09:54 AM Log: Remove comment stating that Microsoft Visual Studio 2010 doesn't work since the express edition does (and presumably

Re: [Wireshark-dev] [Wireshark-commits] rev 35031: /trunk/ /trunk/: config.nmake

2010-11-26 Thread Bill Meier
On 11/26/2010 2:44 PM, Stephen Fisher wrote: On Fri, Nov 26, 2010 at 01:44:24PM -0500, Bill Meier wrote: At one point I found that there was an issue building the 'image' and 'packaging' targets with VS2010 which I didn't pursue. Are these (now) OK ? The packaging target is working fine

Re: [Wireshark-dev] [Patch] gtk/file_dlg_win32.c

2010-11-22 Thread Bill Meier
On 11/22/2010 1:41 PM, Gisle Vanem wrote: print_update_dynamic() isn't defined 'static' in file_dlg_win32.h. Hence: --- gtk\file_dlg_win32.cSun Nov 21 04:04:45 2010 +++ gtk\file_dlg_win32.c Mon Nov 22 13:54:53 2010 @@ -886,7 +886,7 @@ print_update_dynamic(dlg_hwnd, args);

[Wireshark-dev] Regenerating the HI2Operations dissector: Gives results different then current ?

2010-11-16 Thread Bill Meier
After regenerating the HI2Operations dissector I get lots of diffs from the current version in epan/dissectors. The diffs are all similar to: - { 1, hf_HI2Operations_iPBinaryAddress, BER_CLASS_CON, 1, \ 0, dissect_HI2Operations_OCTET_STRING_SIZE_4_16 }, + { 1,

Re: [Wireshark-dev] Netflow dissector bug-to-be

2010-11-07 Thread Bill Meier
On 11/7/2010 10:46 AM, Hadriel Kaplan wrote: Howdy, The current packet-netflow.c dissector has a big switch (pen_type) {...} block in dissect_v9_v10_pdu_data(), which looks up specific known netflow/ipfix fields as it walks netflow v9/10 PDUs. Unfortunately, it's a bit of a hack as pen_type

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-10.04-x64

2010-10-20 Thread Bill Meier
buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure of Ubuntu-10.04-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Ubuntu-10.04-x64/builds/646 Buildbot URL: http://buildbot.wireshark.org/trunk/

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-10.04-x64

2010-10-20 Thread Bill Meier
Hadriel Kaplan wrote: Ugh - my patch submitted as bug 5242 caused it. Sorry bout that. I didn't realize the bug was taken in yet (I had added myself to its cc list, but never got an email). -hadriel Not a problem: It turns out that the addition of ipfix.c to wiretap exposed a bug in

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-10.04-x64

2010-10-20 Thread Bill Meier
Jeff Morriss wrote: Bill Meier wrote: Capinfos getting an error when reading a file; Some issue with wiretap ipfix add doe recently ?? I started looking this morning too. The attached patch fixes the crash, but there's more work to do: 1.4 correctly detects the file type. Jeff

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-10.04-x64

2010-10-20 Thread Bill Meier
Bill Meier wrote: It turns out that the addition of ipfix.c to wiretap exposed a bug in another wiretap reader (ascendtext.c) as well as the bug in ipfix.c that Jeff identified. (ascendtext.c wasn't properly initializing *err before using it thus depending on whatever value *err had

Re: [Wireshark-dev] [Wireshark-commits] rev 34339: /trunk/gtk/ /trunk/gtk/: capture_dlg.c

2010-10-02 Thread Bill Meier
s...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=34339 User: sake Date: 2010/10/02 02:15 PM Log: Reverting SVN 34338, looks like libpcap and winpcap are more different than I thought. I might have to set up a local windows build system again :(

Re: [Wireshark-dev] error

2010-09-30 Thread Bill Meier
Brian Oleksa wrote: All I think I just found a potential problem. I was trying to run my dissector on wireshark version 1.4.0. I just downloaded and installed (win32) 1.2.11 and it worked fine. So why can't I use my dissector with version 1.4.0..?? Thanks, Brian On

Re: [Wireshark-dev] [Wireshark-commits] rev 34269: /trunk/tools/ /trunk/tools/: make-sminmpec.pl

2010-09-28 Thread Bill Meier
sahlb...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=34269 User: sahlberg Date: 2010/09/27 08:31 PM Log: The array sminmpec_values should not be declated static since it is referenced from several dissectors Directory: /trunk/tools/

Re: [Wireshark-dev] [Wireshark-commits] rev 34269: /trunk/tools/ /trunk/tools/: make-sminmpec.pl

2010-09-28 Thread Bill Meier
ronnie sahlberg wrote: Yeah, there is a whole bunch of references to it. Since it was static in the generated file and declared extern in the header file this makes it not compile on some systems Unless I'm missing something there are no longer any references to sminmpec_values in the

Re: [Wireshark-dev] Use val_to_str_ext() friends to access sminmpec_values[]

2010-09-23 Thread Bill Meier
Bill Meier wrote: Jakub Zawadzki wrote: Hi, On Fri, Sep 17, 2010 at 02:00:44PM -0400, Bill Meier wrote: Anders Broman wrote: Is the script fixed to fill out any holes in the list with unasigned? That would be the most efficent use... If I do this, match_strval() against the sminmpec list

Re: [Wireshark-dev] Use val_to_str_ext() friends to access sminmpec_values[]

2010-09-17 Thread Bill Meier
Anders Broman wrote: Hi, Is the script fixed to fill out any holes in the list with unasigned? That would be the most efficent use... Regards Anders I haven't changed the script yet, but it's obviously simple to do. I'll take care of it, but first a question: If I do this,

Re: [Wireshark-dev] Use val_to_str_ext() friends to access sminmpec_values[]

2010-09-17 Thread Bill Meier
Jakub Zawadzki wrote: Hi, On Fri, Sep 17, 2010 at 02:00:44PM -0400, Bill Meier wrote: Anders Broman wrote: Is the script fixed to fill out any holes in the list with unasigned? That would be the most efficent use... If I do this, match_strval() against the sminmpec list will no longer

Re: [Wireshark-dev] Export to CSV

2010-09-01 Thread Bill Meier
Stig Bjørlykke wrote: On Wed, Sep 1, 2010 at 2:29 PM, Gary Chaulklin garychaulk...@yahoo.com wrote: Could Wireshark be changed to provide the header fields when the user is asking for a CSV file regardless of whether the user is asking for ALL or just DISPLAYED packets? Sure. Write a bug

Re: [Wireshark-dev] Wiki weirdness?

2010-08-18 Thread Bill Meier
Jeff Morriss wrote: The top part of the Wiki (that has a kind of tool bar with links to the page's Info, etc.) has gotten weird for me: instead of lining up nicely the links are in a vertical list. It looks the same on Firefox and IE and doesn't change if I'm logged in or not. Anyone

Re: [Wireshark-dev] Compiling errors (Win32)

2010-08-15 Thread Bill Meier
Aladin Dajani wrote: snip My guess: Something's wasn't right about the compile of packet-ncp222.c (which indirectly contains the unresolved external symbols etc). (packet-ncp.inc included in packet-ncp.c has the symbols). Were there any compile errors ? Did you do a distclean before

Re: [Wireshark-dev] Delete!!

2010-08-13 Thread Bill Meier
Alisha Crawford wrote: Is there a way to delete this Wireshark Antivirus thing off my computer See: http://www.wireshark.org/news/20100804.html ___ Sent via:Wireshark-dev mailing list

Re: [Wireshark-dev] wireshark in fedora

2010-08-10 Thread Bill Meier
Negin Mosavi wrote: i want to install wireshark in fedora 8 and i don t have any link to download this can you send me it s link. thanks Wireshark is available as a package as part of Fedora from the usual Fedora package sites. Use yum or rpm in the usual manner. # yum -C list

Re: [Wireshark-dev] Tshark embedded version

2010-08-06 Thread Bill Meier
j...@iddad.fr wrote: On Fri 6/08/10 07:52, Sake Blok s...@euronet.nl wrote: On 5 aug 2010, at 15:26, j...@iddad.fr j...@iddad.fr wrote: My previous patch was put on http://wiki.wireshark.org/BuildingAndInstalling maybe this new one could be put there as well? Yes, please go ahead and put it

Re: [Wireshark-dev] Facin issue in build procedure on Windows

2010-08-02 Thread Bill Meier
Geetika Gupta wrote: Hi Team, I am facing difficulty in build procedure of Wireshark. After following steps mentioned in http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html When I run command nmake -f Makefile.nmake setup snip ./win2k_xp/bin/wtsapi32.dll '.\echo.' is

Re: [Wireshark-dev] in linux works......in windows not!??

2010-07-15 Thread Bill Meier
Manthos S. wrote: Dear experts, i wanted to append something to the Info-Column of my dissector. I did it with: if(check_col(pinfo-cinfo, COL_INFO)) col_set_str(pinfo-cinfo, COL_INFO, something); ..and in linux worked perfect! I checked it out to my repository,

Re: [Wireshark-dev] Remaining GtkOptionMenu to GtkComboBox cases

2010-07-12 Thread Bill Meier
Jaap Keuter wrote: On Fri, 09 Jul 2010 08:23:38 -0400, Bill Meier wme...@newsguy.com wrote: Jaap Keuter wrote: On Thu, 18 Feb 2010 23:19:21 -0500, Bill Meier wme...@newsguy.com wrote: ... With these functions I think it should be a fairy simple matter to replace all the remaining usage

Re: [Wireshark-dev] fragment_add_..(), pinfo-src/dst, IP vs. TCP Session

2010-07-11 Thread Bill Meier
David Aggeler wrote: Roughly, DICOM has one TCP session for commands and one for data. Now fragment_add_seq_next() does not seem to keep different TCP sessions apart, and solely looks for pinfo-src/dst, which I think are supposed to represent the IP addresses. But this screws up the

Re: [Wireshark-dev] fragment_add_..(), pinfo-src/dst, IP vs. TCP Session

2010-07-11 Thread Bill Meier
David Aggeler wrote: Hi Bill, Thanks for you comments. I've looked at quite a few other dissectors and the comments around the reassembly function calls do not increase confidence. Therefore I'm debugging the reassemble module for quite a while now, to understand of what is going on.

Re: [Wireshark-dev] fragment_add_..(), pinfo-src/dst, IP vs. TCP Session

2010-07-11 Thread Bill Meier
David Aggeler wrote: I'll probably will create a unique ID for this dissector, but is there any desire to handle this in reassemble.c, so other TCP based dissectors don't need to reinvent this? Specially because fragment_hash() already ignores the addresses, I'm wondering about the

Re: [Wireshark-dev] Remaining GtkOptionMenu to GtkComboBox cases

2010-07-09 Thread Bill Meier
Jaap Keuter wrote: On Thu, 18 Feb 2010 23:19:21 -0500, Bill Meier wme...@newsguy.com wrote: ... With these functions I think it should be a fairy simple matter to replace all the remaining usage of GtkOptionMenu. I'll mark the remaining GtkOptionMenu cases as in progress on the Wiki

[Wireshark-dev] What to do after changing MAC resolution ? Presumedly redraw ...

2010-06-29 Thread Bill Meier
I'm working on fixing bug #4900: MAC Address Name Resolution Not Working Properly. So far: I've fixed the code so that when 'Mac layer name resolution' is changed via 'View ! Name Resolution ! Enable for MAC Layer' or 'Edit ! Preferences ! Name Resolution' the right thing happens the

Re: [Wireshark-dev] Subdissector vs. Other Dissector

2010-06-22 Thread Bill Meier
eymanm wrote: Can somebody explain a difference between Subdissector and Other Dissector. I'm referring to the term Other Dissector as described in section 1.8 of the README.developer. Thanks. There's no difference.

Re: [Wireshark-dev] Help:A problem when I try to compile wireshark

2010-06-21 Thread Bill Meier
Leon Liu wrote: Hi, I followed the instructions for developer to compile the wireshark, but fatal error happened. The error is NMAKE : fatal error U1045: spawn failed : No error. I don't know how to solve it, so hope your guys give me some tips. Below is the steps I executed:

Re: [Wireshark-dev] dumpcap memory usage during 802.11 capture

2010-06-18 Thread Bill Meier
David S wrote: Bill Meier wme...@... writes: I wouldn't have expected dumpcap memory usage to grow very much over time as packets are captured. If it does that sounds like a bug. However, I'm a little confused: You indicate that dumpcap memory usage is growing but you then say you're

Re: [Wireshark-dev] dumpcap memory usage during 802.11 capture

2010-06-17 Thread Bill Meier
David Seares wrote: Hi, Probably a stupid question about dumpcaps memory usage. I am trying to capture packets over a long period of time, splitting captures over multiple files each 5 minutes. I noticed that after just 12 hours of capturing the memory usage (vmem) of dumpcap had

Re: [Wireshark-dev] Displaying a variable in a Dissector Protocol Tree

2010-06-14 Thread Bill Meier
Mark Eyman wrote: I'd like to add a value that was fetched into a variable to the protocol tree. The README.developer tells that the proto_tree_add_int()routine suppose to do that. Hence if I look on the definition in the epan\proto.h, it requires all the parameters related to the tvb, but no

Re: [Wireshark-dev] Help! Compile failed!

2010-06-11 Thread Bill Meier
欧灿荣 wrote: i'm trying to compile the latest version of wireshark on fedora 13.i switch to root account and issue ./configure,and then some error occur . [r...@localhost wireshark-1.2.8]# ./configure /usr/bin/ld: gtk/libui.a(sctp_byte_graph_dlg.o): undefined reference to symbol

Re: [Wireshark-dev] Regarding Compilation of Custom Dissector

2010-05-26 Thread Bill Meier
Vishal Kumar Singh wrote: Hi All, I have to compile and test the wireshark dissector written by someone. But, When I try to compile the code, I get multiple errors of same kind. Although, the .so file was already there(it means, there is no problem with the dissector code), but when, I

Re: [Wireshark-dev] Dissector Recognition

2010-05-20 Thread Bill Meier
Scott wrote: Devs, How does Wireshark know which dissector(s) to call while dissecting a packet? I've written a dissector for a protocol in development which consists of a shim inserted into every packet on the network. Our code correctly updates checksums and sets IP's Protocol field to

Re: [Wireshark-dev] clang analysis

2010-05-11 Thread Bill Meier
Kaul wrote: On Tue, May 4, 2010 at 10:55 PM, Stephen Fisher st...@stephen-fisher.comwrote: On Sat, May 01, 2010 at 10:57:51PM +0300, Kaul wrote: I've ran clang static analyser on SVN latest and got the following: Obviously, there's little chance I can fix all of them. I can try fix a few

Re: [Wireshark-dev] tshark (Windows) not working

2010-05-10 Thread Bill Meier
Maynard, Chris wrote: Actually, the SDK upgrade was done because I was seeing some other mt.exe errors I hadn’t seen before such as “–n” option not supported when parsing the –nologo argument. Obviously the problem below is due to the missing zlib1.dll.manifest file. I am current as far

Re: [Wireshark-dev] Packet not reaching dissector

2010-05-08 Thread Bill Meier
Craig Bumpstead wrote: Hi, I've noticed that Frame 2 with the bad header checksum reaches my dissector but Frame 3 with a LEN=0 doesn't actually reach my dissector (Stepping though the code with VS 2008). Is this normal for WireShark?? Note: I have censored the IP's and MAC addresses.

Re: [Wireshark-dev] Kerberos pre-auth type constants - MS extensions are wrong?

2010-05-03 Thread Bill Meier
Kaul wrote: On Mon, May 3, 2010 at 4:47 PM, Anders Broman anders.bro...@ericsson.comwrote: Hi, Note that packet-kerberos-template.c isn't used to generate packet-kerberos.c currently, I would guess that the info in packet-kerberos-template.c is copied from the current hand written

Re: [Wireshark-dev] Kerberos pre-auth type constants - MS extensions are wrong?

2010-05-03 Thread Bill Meier
Bill Meier wrote: Kaul wrote: On Mon, May 3, 2010 at 4:47 PM, Anders Broman anders.bro...@ericsson.comwrote: Hi, Note that packet-kerberos-template.c isn't used to generate packet-kerberos.c currently, I would guess that the info in packet-kerberos-template.c is copied from the current

Re: [Wireshark-dev] [Wireshark-commits] rev 32594: /trunk/ /trunk/: capinfos.c

2010-04-29 Thread Bill Meier
sfis...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=32594 User: sfisher Date: 2010/04/28 11:30 PM Log: Add snaplen to capinfos output. Idea from Chris Maynard on -dev. Steve: A note: At least one capture format (NA Sniffer (Windows) 2.0

Re: [Wireshark-dev] consistent indentation and tabstop=8

2010-04-29 Thread Bill Meier
Gerald Combs wrote: Jakub Zawadzki wrote: On Wed, Apr 28, 2010 at 10:57:25PM -0400, Bill Meier wrote: Actually: let me ask a much simpler question: Do the ex/vi/vim modelines as typically used in Wireshark even work ? Good question, for me they don't work. I saw commit and was testing

Re: [Wireshark-dev] consistent indentation and tabstop=8

2010-04-29 Thread Bill Meier
Bill Meier wrote: Gerald Combs wrote: Jakub Zawadzki wrote: On Wed, Apr 28, 2010 at 10:57:25PM -0400, Bill Meier wrote: Actually: let me ask a much simpler question: Do the ex/vi/vim modelines as typically used in Wireshark even work ? Good question, for me they don't work. I saw commit

Re: [Wireshark-dev] consistent indentation and tabstop=8

2010-04-28 Thread Bill Meier
Jakub Zawadzki wrote: Hi, Why there's tabstop=8, but file is indented with 2 spaces? How should tab key works in these files? If you want to mark that \t in files are bad, let at least set softtabstop=2 to make using tab sane. Without starting any new discussion, my only intent is that

Re: [Wireshark-dev] consistent indentation and tabstop=8

2010-04-28 Thread Bill Meier
Bill Meier wrote: Jakub Zawadzki wrote: Hi, Why there's tabstop=8, but file is indented with 2 spaces? How should tab key works in these files? If you want to mark that \t in files are bad, let at least set softtabstop=2 to make using tab sane. Without starting any new discussion, my

Re: [Wireshark-dev] Dissecting a Protocol with multiple static TCP ports

2010-04-26 Thread Bill Meier
Craig Bumpstead wrote: Hi, I am trying to write a dissector for a proprietary protocol. This protocol can use 4 static TCP ports. Thanks to the Wireshark tutorial I have gotten the dissector to work, but only with one static TCP port. I have tried: dissector_add(tcp.port, 21016,

Re: [Wireshark-dev] problem during verifying the tools

2010-04-25 Thread Bill Meier
ankur madan wrote: Hi,i am building the code,according to steps mentioned in wireshark dev guide.i am recieving the following error during the build. Please let me know the reason for this. i am executing the following *command*: c:/wiresharknmake -f Makefile.nmake verify_tools ^ Are

Re: [Wireshark-dev] problem during verifying the tools

2010-04-25 Thread Bill Meier
ankur madan wrote: Hi,i am building the code,according to steps mentioned in wireshark dev guide.i am recieving the following error during the build. Please let me know the reason for this. i am executing the following *command*: c:/wiresharknmake -f Makefile.nmake verify_tools *the

Re: [Wireshark-dev] [Wireshark-commits] rev 32529: /trunk/ /trunk/: config.nmake

2010-04-22 Thread Bill Meier
Gerald Combs wrote: On 4/21/10 6:54 AM, Bill Meier wrote: I don't know much about Windows manifests so I don't know why it appears that /manifest needs to be explictly required and whether this is really the correct fix. It looks like manifests aren't required with Visual C++ 2010: http

Re: [Wireshark-dev] [Wireshark-commits] rev 32529: /trunk/ /trunk/: config.nmake

2010-04-22 Thread Bill Meier
Bill Meier wrote: Gerald Combs wrote: On 4/21/10 6:54 AM, Bill Meier wrote: I don't know much about Windows manifests so I don't know why it appears that /manifest needs to be explictly required and whether this is really the correct fix. It looks like manifests aren't required with Visual

Re: [Wireshark-dev] [Wireshark-commits] rev 32529: /trunk/ /trunk/: config.nmake

2010-04-21 Thread Bill Meier
etx...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=32529 User: etxrab Date: 2010/04/20 10:23 PM Log: Add settings for Microsoft Visual Studio 2010 note that Wireshark does not build with Visual studio 10 yet. One problem I encountered

Re: [Wireshark-dev] bugzilla: automatically adding yourself to Cc: (or not)

2010-04-16 Thread Bill Meier
Jeff Morriss wrote: Hi folks, I've noticed several (mostly core) developers frequently removing themselves from Cc: on a bug they've commented on (after they were automatically added to Cc: when they commented on a bug). There is a preference in bugzilla to control this. You may want

Re: [Wireshark-dev] Boolean Field Registration Qurey

2010-04-15 Thread Bill Meier
Jakub Zawadzki wrote: Hi, On Thu, Apr 15, 2010 at 02:48:41PM +0800, Tamás Reg?s wrote: In README.developer it says the general rules: static hf_register_info hf[] = { { hf_PROTOABBREV_FIELDABBREV, { FIELDNAME, PROTOABBREV.FIELDABBREV,

Re: [Wireshark-dev] Fwd: Re: [Wireshark-bugs] [Bug 3422] New dissector for Genisys protocol

2010-03-31 Thread Bill Meier
Simon Dreyer wrote: http://www.codeproject.com/KB/IP/custom_dissector.aspx Note: In Configure Wireshark Build Environment (Win32) in the above certain things are a bit out-of-date. EG: the specific compiler referenced (Visual C++ 2005 Express Edition) is not the latest (and is not the

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 3422] New dissector for Genisys protocol

2010-03-29 Thread Bill Meier
--- Comment #6 from Simon Dreyer sim...@iinet.net.au 2010-03-28 19:31:52 PDT --- Hi Folks I am trying to implement the genisys dissector without much success. Is the code that is linked to the New patch to add genisys dissector link a single file that must be saved as packet-genisys.c and

Re: [Wireshark-dev] Packet Size limited during capture message

2010-03-23 Thread Bill Meier
Brian Oleksa wrote: Guy The 70% that I can load has a bunch of helen packets in it and every one of the helen packets has the Packet size limited during capture message. Even the very first helen packet. I do not believe that one packet relies on one another. A packet is just a

Re: [Wireshark-dev] Packet Size limited during capture message

2010-03-23 Thread Bill Meier
Brian Oleksa wrote: Bill Can you collaborate on this a little more..?? Do I want to pass in my .pcap file as the infile to which I am having problems with..?? And I am assuming that you want me to pass in the ballpark number (or a range) to where I think the crash occurs. I can

Re: [Wireshark-dev] Packet Size limited during capture message

2010-03-23 Thread Bill Meier
Brian Oleksa wrote: Bill Ok...so I found out that it crashes on frame 17641. It only took a couple of minuets to find it. But now what do I do with this info..?? The idea is that it's sometimes easier a to debug a wireshark/tshark crash when you have a file with a single frame which

Re: [Wireshark-dev] wireshark decode as..??

2010-03-22 Thread Bill Meier
Brian Oleksa wrote: Olivier Yes...looks like I do. Any thoughts on how I can fix this..?? Thanks, Brian void proto_reg_handoff_helen(void) { static gboolean initialized = FALSE; int i; for (i = 0; i 25; i++) { if (!initialized) { data_handle =

Re: [Wireshark-dev] Using DISSECTOR_SUPPORT_SRC

2010-03-19 Thread Bill Meier
Jeremy O'Brien wrote: Hello, I have a perfectly working dissector, but I wanted to move a very large struct I have in it into its own C file. So I moved it (still keeping it static), Bingo ! (iow: keeping it not global) declared an extern to it in the original file, and added the new c

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-PowerPC

2010-03-17 Thread Bill Meier
buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure of OSX-10.5-PowerPC on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-PowerPC/builds/1331 Buildbot URL: http://buildbot.wireshark.org/trunk/

Re: [Wireshark-dev] minor correction to Developer's Guide

2010-03-16 Thread Bill Meier
Ed Beroset wrote: I was looking at the Developer's Guide today in section 9.4.2. How to reassemble split TCP Packets and I think I spotted an omission, but I wanted to check with others to make sure it's not my error. The section is here:

Re: [Wireshark-dev] [Wireshark-commits] rev 32006: /trunk/ /trunk/epan/: oids.c: Messages each time Wireshark/tshark started

2010-02-26 Thread Bill Meier
Log: Prevent potential crash in libsmi. From: Vincent Bernat ber...@debian.org Since SVN #32006 was committed, the following messages appear when tshark and Wireshark are started. For Wireshark the messages appear as popup Windows which must be dismissed !! -- tshark: Stopped

Re: [Wireshark-dev] Run Time Error

2010-02-23 Thread Bill Meier
Jakub Zawadzki wrote: On Tue, Feb 23, 2010 at 07:52:29PM +0530, Rajesh P S wrote: when I delete dash.dll (my_ protocol.dll) from ' C:\wireshark\wireshark-gtk2\plugins\1.1.4-SVN-DASH' its working fine for other protocols.But when I put my dissector dll into the above folder, it gives me above

Re: [Wireshark-dev] Run Time Error

2010-02-22 Thread Bill Meier
*From:* wireshark-dev-boun...@wireshark.org [mailto: wireshark-dev-boun...@wireshark.org] *On Behalf Of *Rajesh P S *Sent:* Monday, February 22, 2010 1:13 AM *To:* wireshark-dev@wireshark.org *Subject:* [Wireshark-dev] Run Time Error Hi, I am working on Wireshark packet analyzer. I am

Re: [Wireshark-dev] Remaining GtkOptionMenu to GtkComboBox cases

2010-02-18 Thread Bill Meier
It appears that most (all ?) of the remaining cases of GtkOptionMenu use the same style: -Connect a callback (with an associated user data pointer or value) to each individual entry of a GtkOptionMenu; -Upon the callback when a specific entry is selected, use the associated value as needed.

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

2010-02-07 Thread Bill Meier
Guy Harris wrote: On Feb 7, 2010, at 3:52 PM, wme...@wireshark.org wrote: -Remove (seemingly) not needed dissector registration on UDP port 0; The intent *might* have been to allow Dissect As... to allow you to specify AppleMIDI as a protocol for UDP. If so, and if it's not registered

Re: [Wireshark-dev] [Wireshark-commits] rev 31801: /trunk-1.2/docbook/ /trunk-1.2/docbook/: Makefile.common user-guide.xml /trunk-1.2/docbook/wsdg_src/: WSDG_chapter_tools.xml /trunk-1.2/docbook/wsug_

2010-02-05 Thread Bill Meier
j...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=revrevision=31801 User: jake Date: 2010/02/05 11:09 AM Log: Copy over missing files and revisions listed on roadmap from the trunk:

Re: [Wireshark-dev] RTP-MIDI not working in 1.3.3 (but does perfectly in 1.2.6)

2010-02-04 Thread Bill Meier
Tobias Erichsen wrote: Hi everyone, Last night I spent some time to adapt my RTP-MIDI dissector. When trying it out with version 1.3.3 it failed. Wireshark 1.3.3 crashes when I call proto_register_field_array in my proto_register_rtp_midi. Could anyone give me a pointer what the

Re: [Wireshark-dev] 1.3.3 - proto_register_field_array crashes with type FT_BYTES

2010-02-04 Thread Bill Meier
Tobias Erichsen wrote: Hi everyone, I have noticed that my dissector crashes Wireshark 1.3.3 when trying to register my array (proto_register_field_array) which contains the following record: { hf_rtp_midi_unknown_data, {

Re: [Wireshark-dev] Cannot open source file: 'ascend_scanner.c'

2010-02-02 Thread Bill Meier
ivan jr sy wrote: Yes. I even have tried to create another source directory, svn update it and same problem. I used the same Vista to build WS. --- On Wed, 2/3/10, Bill Meier wme...@newsguy.com wrote: From: Bill Meier wme...@newsguy.com Subject: Re: [Wireshark-dev] Cannot open source

Re: [Wireshark-dev] JGroups dissector plugin and Wireshark 1.3.3

2010-02-02 Thread Bill Meier
Martin Warnes wrote: Bill Meier wrote: Martin Warnes wrote: Unhandled exception (proto.c:4238: failed assertion hfinfo-display == BASE_NONE, group=1, code=4) I'm guessing something may have changed that needs to be rolled into the JGroups code but I just can't figure it out

Re: [Wireshark-dev] JGroups dissector plugin and Wireshark 1.3.3

2010-01-31 Thread Bill Meier
Martin Warnes wrote: Unhandled exception (proto.c:4238: failed assertion hfinfo-display == BASE_NONE, group=1, code=4) I'm guessing something may have changed that needs to be rolled into the JGroups code but I just can't figure it out, if anyone is able to enlighten me on what the

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2010-01-25 Thread Bill Meier
Jakub Zawadzki wrote: Hi, On Mon, Jan 25, 2010 at 10:52:55AM +0200, Gerasimos Dimitriadis wrote: These two functions were defined in epan/column.c. Because I am not familiar with nmake, does this mean that column.c should be somehow marked for linking to libui.lib? Or do you think that it

[Wireshark-dev] packet-camel possibly incorrect code ....

2010-01-25 Thread Bill Meier
While fixing various gcc -Wshadow warnings I came across something which seems incorrect in packet-camel-template.c in dissect-camel_arg() (and in dissect_camel_res()). Specifically: the local variable 'opcode' seems to be set but is never used. There is a global variable 'opcode' so I'm

Re: [Wireshark-dev] [Wireshark-commits] rev 31580: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-qllc.c packet-radiotap.c packet-rmt-alc.c packet-rmt-fec.c packet-rmt-lct.c packet-rmt-norm.c

2010-01-21 Thread Bill Meier
Stephen Fisher wrote: On Jan 19, 2010, at 4:51 PM, wme...@wireshark.org wrote: Log: Fix a few gcc _Wshadow warnings You've been fixing a lot of these warnings lately :-). Do you plan on adding -Wshadow to the default list of warnings to enable when using gcc when this is

Re: [Wireshark-dev] win-setup.sh text mode

2010-01-15 Thread Bill Meier
Pascal Quantin wrote: Hi Gerald, Le 15/01/2010 21:12, Gerald Combs a écrit : Pascal Quantin wrote: Hi all, since I updated my trunk tree to revision 31528, I cannot compile Wireshark on my Windows box (WinXP, MSVC2008SP1, cygwin 1.7.1). I get the following error:

Re: [Wireshark-dev] win-setup.sh text mode

2010-01-15 Thread Bill Meier
I'll see what I can do to fix this (since I originally did the hack about -igncr when invokig the bash shell) ... I've committed an (ugly) hack in SVN #31538 which fixes the problem for win-setup.sh. (Although not currently a problem for the Wireshark Windows build, the real issue is

Re: [Wireshark-dev] win-setup.sh text mode

2010-01-15 Thread Bill Meier
Gerald Combs wrote: Would setting win-setup.sh's svn:eol-style to LF help? I thought about that: That solution works as long as someone doesn't edit the file locally and somehow convert the line-endings to dos-style; (I guess this may be a bit far-fetched). My (slight) preference: keep the

Re: [Wireshark-dev] Wireshark ProCurve ERSPAN Support

2010-01-13 Thread Bill Meier
Tim Durack wrote: Before investing too much time and energy in customizing wireshark (something that might be beyond me anyway), I thought it wise to post my situation: I have a number of HP ProCurve (5400zl) switches with remote packet capture capabilities. It works much like Cisco ERSPAN,

Re: [Wireshark-dev] Installing wireshark on Windows

2010-01-12 Thread Bill Meier
Varun Gupta wrote: Hi All, I am trying to build wireshark(0.99.8) for windows. There are a number of libraries that I need to download on my windows XP machine to built it. I am facing problem downloading these libraries one by one. I am unable to find these libraries on the internet. I

Re: [Wireshark-dev] Installing wireshark on Windows

2010-01-12 Thread Bill Meier
Bill Meier wrote: Varun Gupta wrote: Hi All, I am trying to build wireshark(0.99.8) for windows. There are a number of libraries that I need to download on my windows XP machine to built it. I am facing problem downloading these libraries one by one. I am unable to find these libraries

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 4339] [PATCH] VNC dissector cleanups and minor changes

2010-01-10 Thread Bill Meier
bugzilla-dae...@wireshark.org wrote: I'm not sure what the consequence of the removal of the 2nd 'heur_dissector_add(tcp, test_vnc_protocol, proto_vnc);' line. I've added it in rev. 28394, can't see the logic why it was added twice (and why not remove the first call to it). If I understand

Re: [Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2010-01-07 Thread Bill Meier
buildbot-no-re...@wireshark.org wrote: The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/749 BUILD FAILED: failed virus-scan.cmd

<    1   2   3   4   5   6   7   >