Re: [Wireshark-dev] Regarding additing a new protocol

2012-05-09 Thread Niels de Vos
Hi Anand, the sources contain a very well written doc/README.developer text file. You have checked out the sources, so you should have it there. It is also readable online from the SVN repository: - http://anonsvn.wireshark.org/wireshark/trunk-1.6/doc/README.developer On http://www.wireshark.org

[Wireshark-dev] Regarding additing a new protocol

2012-05-09 Thread Singh, Anand
Hi all, Greeting of the day. I am new in wireshark development, can anyone help me how to add a new protocol handling in existing wireshark source. I have downloaded the source. Please let me know code tree I need to go through for enhancement for a new protocol ha

Re: [Wireshark-dev] [Wireshark-commits] rev 42530: /trunk/epan/ /trunk/epan/dissectors/: packet-radius.c packet-radius.h /trunk/epan/: radius_dict.l

2012-05-09 Thread Maynard, Chris
I just recently looked at the RADIUS dissector and had noticed that the "encrypt=" took a value of 1-3 and meant to go back and look at that, but got disstracted with some LCP changes. Thanks for fixing that! - Chris From: wireshark-commits-boun...@wire

Re: [Wireshark-dev] Buildbot llvm/clang/scan-buiild version ?

2012-05-09 Thread Gerald Combs
On 5/9/12 2:46 PM, Bill Meier wrote: > Gerald: > > I'm trying to understand why I get quite different output (warnings, > etc) when I build Wireshark with clan/llvm.. (version 2.9.10) than is > shown by the clang buildbot. > > What's the buildbot clang/llvm/... version ?? "clang --version" says:

[Wireshark-dev] Buildbot llvm/clang/scan-buiild version ?

2012-05-09 Thread Bill Meier
Gerald: I'm trying to understand why I get quite different output (warnings, etc) when I build Wireshark with clan/llvm.. (version 2.9.10) than is shown by the clang buildbot. What's the buildbot clang/llvm/... version ?? Bill ___

Re: [Wireshark-dev] Building 64 vs. 32-bit question

2012-05-09 Thread Beth
OK it took me all day, but I have now successfully built wireshark for x64 *and* x86 on a 64-bit PC. (Just not at the same time; I'm reusing the same source folder for now.) For anyone else migrating from WinXP/32-bit to Win7/64-bit, the main thing you have to make sure to get right is your envir

Re: [Wireshark-dev] Using global variables to store dissection information

2012-05-09 Thread Jim Wright
Jakub, sorry about the global variable. The recent work on packet-dtn.[ch] comes from me. I read all the wireshark developer info prior to diving in, but I admit I don't recall any particular discussion of this. As you can see from [1], there were a great many global variables in there prior to

Re: [Wireshark-dev] packet-ncp2222 build question

2012-05-09 Thread Beth
That gets my vote! On Wed, May 9, 2012 at 2:53 PM, Gilbert Ramirez wrote: > We use Python in other areas... I think we should just require python, and > get rid of this hacky workaround. > > Gilbert > > ___ Sent via:Wire

Re: [Wireshark-dev] packet-ncp2222 build question

2012-05-09 Thread Gilbert Ramirez
We use Python in other areas... I think we should just require python, and get rid of this hacky workaround. Gilbert On Wed, May 9, 2012 at 11:47 AM, Beth wrote: > Glad to help of course - makes up a little for going in circles all > morning. ;) > > Also note that once this copy occurs, there'

Re: [Wireshark-dev] packet-ncp2222 build question

2012-05-09 Thread Jeff Morriss
It might work except that packet-ncp-sss.c depends on a symbol from packet-ncp.c . Gilbert Ramirez wrote: Yes, PYTHON is the issue, and yes, this is an attempt to remove ncp from wireshark in the absence of PYTHON. But, that attempt is broken. Good find. Gilbert On Wed, May 9, 2012 at

Re: [Wireshark-dev] packet-ncp2222 build question

2012-05-09 Thread Beth
Glad to help of course - makes up a little for going in circles all morning. ;) Also note that once this copy occurs, there's no undoing it except by hand. You need to delete packet-ncp.c packet-ncp.c.save packet-ncp.c packet-ncp.inc and then do a SVN update to restore the originals. __

Re: [Wireshark-dev] Small query

2012-05-09 Thread Jeff Morriss
Krishnamurthy Mayya wrote: Hi all, I have been facing problems with creating a packet in Centos 6.2. I have a hex file which i am using as input to *text2pcap. *But, the output will always say 0 packets read, 0 packtes wrote. Has anyone encountered the similar problem in Centos 6.2. How to o

Re: [Wireshark-dev] packet-ncp2222 build question

2012-05-09 Thread Gilbert Ramirez
Yes, PYTHON is the issue, and yes, this is an attempt to remove ncp from wireshark in the absence of PYTHON. But, that attempt is broken. Good find. Gilbert On Wed, May 9, 2012 at 11:19 AM, Beth wrote: > I've run into a puzzling issue here, perhaps someone can explain it to me. > I'm simpl

Re: [Wireshark-dev] SVN rev# for 1.4.12?

2012-05-09 Thread Beth
Actually I don't see it on that link, I found it here: http://anonsvn.wireshark.org/viewvc/releases/wireshark-1.4.12/ On Wed, May 9, 2012 at 11:49 AM, Graham Bloice wrote: > Look in the release directory, e.g. > http://anonsvn.wireshark.org/wireshark/releases/ . At release time a > copy is made

Re: [Wireshark-dev] SVN rev# for 1.4.12?

2012-05-09 Thread Beth
Never mind, I found it! I forgot that 1.4.12 comes after 1.4.1, not after 1.4.9 . On Wed, May 9, 2012 at 11:42 AM, Beth wrote: > Where do I find the SVN revision number for a specific release? > In this case I'm looking for 1.4.12 . > > > ___

Re: [Wireshark-dev] SVN rev# for 1.4.12?

2012-05-09 Thread Graham Bloice
Look in the release directory, e.g. http://anonsvn.wireshark.org/wireshark/releases/ . At release time a copy is made of the corresponding trunk into the releases directory. From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Beth Sent: 09 May 20

[Wireshark-dev] SVN rev# for 1.4.12?

2012-05-09 Thread Beth
Where do I find the SVN revision number for a specific release? In this case I'm looking for 1.4.12 . ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://w

Re: [Wireshark-dev] Building 64 vs. 32-bit question

2012-05-09 Thread Graham Bloice
I think you have run this from a command prompt setup for 64 bit compilation. You need to run "\path\to\VC\bin\vcvars32.bat" in your command prompt. From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Beth Sent: 09 May 2012 15:56 To: Developer su

[Wireshark-dev] Changes to wiretap/pcapng.{c, h} to allow dumpcap to use some of the defines ...

2012-05-09 Thread Richard Sharpe
Hi folks, Attached is an incomplete set of changes (I think all the main structure defines should be moved into the .h file.) I am particularly interested in eyeballs on the symbols. Especially the _LE and _BE ones. -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操) wiretap-ng.cap Description: Binar

Re: [Wireshark-dev] Building 64 vs. 32-bit question

2012-05-09 Thread Roland Knall
On Wed, May 9, 2012 at 4:55 PM, Beth wrote: > I know there is a target type selection at the top of config.nmake, does > that apply to everything being built?  E.g. > not only the wireshark.exe and other apps, but the plugins as well?  (Is > there a way to set different targets for plugins?) Shor

Re: [Wireshark-dev] Using global variables to store dissection information

2012-05-09 Thread Christopher Maynard
Jakub Zawadzki writes: > There's already packet_info structure which is always private for current > dissection. The easiest fix would be to move all global variables > to packet_info structure. Anyone against it? >From Guy's comments[1] I got the feeling that the packet_info "katamari" was alr

[Wireshark-dev] Building 64 vs. 32-bit question

2012-05-09 Thread Beth
I'm moving my Wireshark development environment from a win32 machine to a 64-bit one. I use it for developing plugins, which I assume users will soon want in both 32 and 64-bit versions, but for now I just need to build them as 32-bit. I know there is a target type selection at the top of config.n