Re: [Wireshark-dev] about DissectorTable

2010-04-21 Thread hacken Tao
it works! i use: tab = DissectorTable:get("ethertype") tab:add(0x0806,mydissector) thanks! 2010/4/22 Guy Harris > > On Apr 21, 2010, at 8:41 AM, hacken Tao wrote: > > > BUT if i want to redissect the ARP protocol, when i use > DissectorTable:get(name),I do not know which name is correct?? > > "

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

2010-04-21 Thread buildbot-no-reply
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/77 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build Reason:

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

2010-04-21 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-7-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-7-x64/builds/89 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-7-x64 Build Reason: Bu

Re: [Wireshark-dev] about DissectorTable

2010-04-21 Thread Guy Harris
On Apr 21, 2010, at 8:41 AM, hacken Tao wrote: > BUT if i want to redissect the ARP protocol, when i use > DissectorTable:get(name),I do not know which name is correct?? "ethertype". The Ethernet type value for ARP is 0x0806. > are there some functions or docs that can show all the Dissectors

Re: [Wireshark-dev] CMake

2010-04-21 Thread Bruno Matos
On 2010/04/20, at 15:08, Jaap Keuter wrote: > Hi, > > What's wrong with what is written in README.plugins? See > http://anonsvn.wireshark.org/wireshark/trunk/doc/README.plugins Maybe adding a quick start section, or would it be too dangerous? I think that could help something happen in wireshark

[Wireshark-dev] about DissectorTable

2010-04-21 Thread hacken Tao
Hi ALL,I want use lua to write a dissector for wireshark.I meet a problem,hope some one can help? I can redissect dns protocol as fellowing: 1, create a new Protoļ¼Œand use 2, tab = DissectorTable:get("udp.port") to get the udp.port table,then use 3, tab:add(53,mydissector) to add my dissector i

[Wireshark-dev] Writing a Dissector to MS-DCE RPC

2010-04-21 Thread Arjun Nanjundappa
Hi, I am trying to write a dissector for MS-DCE RPC for messages sent between Outlook Client and the Exchange Server. I have started to capture the messages using Wireshark(1.2.0), but getting message with some 180 bytes of stub data without decoding. So, I have started to write a dissect

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=rev&revision=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 encount