[Wireshark-dev] Missing link

2012-07-14 Thread Helge Kruse
Hello, on the page http://www.wireshark.org/develop.html is a link to the Developer's Guid has complete documentation. The link address is http://www.wireshark.org/docs/wsdg_html/#ChSrcSend but there is no corresponding target. Regards Helge

Re: [Wireshark-dev] Missing link

2012-07-14 Thread Tony Trinh
The link should be: http://www.wireshark.org/docs/wsdg_html_chunked/ChSrcContribute.html#ChSrcSend On Sat, Jul 14, 2012 at 3:47 AM, Helge Kruse helge.kr...@gmx.net wrote: Hello, on the page http://www.wireshark.org/**develop.htmlhttp://www.wireshark.org/develop.htmlis a link to the

[Wireshark-dev] Label leakage in epan/wslua/wslua_gui.c in error path ...

2012-07-14 Thread Richard Sharpe
Hi folks, In epan/wslua/wslua_gui.c, we see this: for (i = 1; i = top; i++) { gchar* label = (void*)luaL_checkstring(L,i); /* XXX leaks labels on error */ if (! label) WSLUA_ERROR(new_dialog,All fields must be strings);

[Wireshark-dev] RFD: New language to write dissectors

2012-07-14 Thread Jakub Zawadzki
Hi, It'd be great if we have some abstract and pure (no C/assembly inline) language to write dissectors. We could invent yet another protocol desciption language, but I was thinking to base grammar on netmon NPL [1] or wsgd [2]. I'm bigger fan of NPL (sorry Olivier), nmparsers project has got

[Wireshark-dev] Make the NTLMSSP Unknown message type string more explicit

2012-07-14 Thread Richard Sharpe
Hi folks, One problem I saw at Sharkfest was that the NTLMSSP dissector was printing UNKNOWN message type on the info field, which was being confused as an Unknown SMB2 message type by the presenter. This makes it more explicit: Index: epan/dissectors/packet-ntlmssp.c

[Wireshark-dev] Adding a file-picker dialog box capability to Lua

2012-07-14 Thread Richard Sharpe
Hi folks, I want to be able to put up a file-picker dialog box from Lua. Something like this: function dialog_ttload() file_picker_new_dialog(My Plugin Load and Filter, do_load_and_filter, File to load, Filter String) end register_menu(My Plugin Load Filter,

Re: [Wireshark-dev] ASN.1 integers and types

2012-07-14 Thread Pascal Quantin
2012/7/12 Pascal Quantin pascal.quan...@gmail.com 2012/7/10 Pascal Quantin pascal.quan...@gmail.com 2012/7/10 Anders Broman a.bro...@bredband.net Guy Harris skrev 2012-07-10 01:34: On Jul 9, 2012, at 2:41 PM, buildbot-no-reply@wireshark.**orgbuildbot-no-re...@wireshark.orgwrote: The

Re: [Wireshark-dev] Make the NTLMSSP Unknown message type string more explicit

2012-07-14 Thread Pascal Quantin
2012/7/14 Richard Sharpe realrichardsha...@gmail.com Hi folks, One problem I saw at Sharkfest was that the NTLMSSP dissector was printing UNKNOWN message type on the info field, which was being confused as an Unknown SMB2 message type by the presenter. This makes it more explicit: Index:

Re: [Wireshark-dev] RFD: New language to write dissectors

2012-07-14 Thread Richard Sharpe
On Sat, Jul 14, 2012 at 8:26 AM, Jakub Zawadzki darkjames...@darkjames.pl wrote: Hi, It'd be great if we have some abstract and pure (no C/assembly inline) language to write dissectors. We could invent yet another protocol desciption language, but I was thinking to base grammar on netmon

Re: [Wireshark-dev] RFD: New language to write dissectors

2012-07-14 Thread Guy Harris
On Jul 14, 2012, at 8:26 AM, Jakub Zawadzki wrote: It'd be great if we have some abstract and pure (no C/assembly inline) language to write dissectors. Or to describe protocols and the way packets for those protocols are displayed - the languages in question wouldn't be as procedural as