[Wireshark-dev] how to get Wireshark symbol file?

2008-09-26 Thread WangJing
AS Development Tips says: If you are just wanting to debug Wireshark then the Win32 binaries should already include the debug symbols by default. You can look at the file config.nmake and ensure that the debug switch is enabled... # Linker flags # /DEBUG generate debug info LOCAL_LDFLAGS=/DEBUG

[Wireshark-dev] New IEC60870-5-104 dissector

2008-09-26 Thread joan
Hi, I posted the new IEC60870-5-104 dissector on 29 August. I followed the comments from Anders Broman and Bill Meier. Which is the next step in order to have the dissector added to Wireshark ? See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2840 Regards, Joan Ramió.

Re: [Wireshark-dev] plugin

2008-09-26 Thread david.castleford
Hi Martin, I've been working on several plugins (proprietary for now) and have used functions not declared in the standard trunk-1.0\epan\libwireshark.def file. If I declare those functions in libwireshark.def and recompile to get libwireshark.lib and then compile my plugin, everything works. B

Re: [Wireshark-dev] plugin

2008-09-26 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: > Hi Martin, > > I've been working on several plugins (proprietary for now) and have used > functions not declared in the standard trunk-1.0\epan\libwireshark.def file. > > If I declare those functions in libwireshark.def and recompile to get > libwireshark.lib and th

Re: [Wireshark-dev] fetching numbers < 8 bits (functions not in libwireshark.def and not available for plugins)

2008-09-26 Thread david.castleford
Hi everyone, I've used the following functions in my own plugin: tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 tvb_get_bits64 Also proto_tree_add_bits_item proto_tree_add_bits_ret_val I've had to add those functions in libwireshark.def (and recompile for my plugin to work). I've looked a

Re: [Wireshark-dev] fetching numbers < 8 bits (functions not in libwireshark.def and not available for plugins)

2008-09-26 Thread Jaap Keuter
Hi, Have a look here http://www.wireshark.org/docs/wsdg_html/#ChSrcSend Furthermore, watch out with statements like "as long as a lower svn version has the functions available in libwireshark.def ... the compiled plugin dll will work correctly on anyone's release of that version or above." Thi

Re: [Wireshark-dev] fetching numbers < 8 bits (functions notin libwireshark.def and not available for plugins)

2008-09-26 Thread david.castleford
Hi Jaap, Thanks for the link. I'll file a bug report and upload the updated libwireshark.def file as a patch. I'm unfortunately not on expert on svn or branches, thanks for the documentation link. Hopefully if and when the bug / patch is integrated it will remain in future releases (at least t

Re: [Wireshark-dev] New IEC60870-5-104 dissector

2008-09-26 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: > Hi, > > I posted the new IEC60870-5-104 dissector on 29 August. I followed the > comments from Anders Broman and Bill Meier. Which is the next step in > order to have the dissector added to Wireshark ? > > See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=28

[Wireshark-dev] Am I being greedy here !

2008-09-26 Thread Prokash Sinha
Hi All, I'm sure lot of people uses wireshark, so it is a wild try for me here ... Has anyone tried to analyze packet flows when using SSL's TLS over tcp? BTW, I did post a msg on openssl's dev list, but don't have any response yet ... I would like to find any example source to exercise the SSL'

[Wireshark-dev] Lionel Bensimon/FR/Schneider est absent(e).

2008-09-26 Thread lionel . bensimon
Je serai absent(e) à partir du 26/09/2008 de retour le 02/10/2008. Je répondrai à votre message dès mon retour. I will answer your mail when I'll be back.___ Wireshark-dev mailing list Wireshark-dev@wireshark.org https://wireshark.org/mailman/listinf

Re: [Wireshark-dev] how to get Wireshark symbol file?

2008-09-26 Thread WangJing
> > I check the mailing list, and find there are some old mails discussing the > same problem I encounter. > http://www.wireshark.org/lists/wireshark-dev/200612/msg5.html The wiki tips page has a couple of useful sections on debugging and setting up browse info for MSVC.http://wiki.wireshark.