[Wireshark-dev] Dissector over Ethernet

2007-04-03 Thread CANDIA, Fabrice
Hi all, I am looking for a dissector able to decode a specific protocol directly over Ethernet (no IP header). The dissector shall be able to decode the protocol by detecting the MAC destination and one field in the payload. I am totally newbie in wireshark dissection. Could somebody send

Re: [Wireshark-dev] Dissector over Ethernet

2007-04-03 Thread CANDIA, Fabrice
, How about the ARP (packet-arp.c) dissector? One of the protocols ARP runs directly on is Ethernet. That should give you some ideas. Maybe packet-llc.c too. Hope this helps, Abhik. On 4/3/07, CANDIA, Fabrice [EMAIL PROTECTED] wrote: Hi all, I am looking for a dissector able to decode a specific

Re: [Wireshark-dev] WIN32 Compilation failed : tshark is not a validwin32 application

2007-04-02 Thread CANDIA, Fabrice
] WIN32 Compilation failed : tshark is not a validwin32 application Graham Bloice wrote: CANDIA, Fabrice wrote: The nmake used is C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin and not the directory mentioned in the developper's guide (Visual studio dir). Is it normal

Re: [Wireshark-dev] WIN32 Compilation failed : tshark is not a validwin32 application

2007-03-30 Thread CANDIA, Fabrice
/perl env: /usr/bin/env C:/python24/python.exe: /cygdrive/c/python24/python.exe sed: /usr/bin/sed unzip: /usr/bin/unzip wget: /usr/bin/wget -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de CANDIA, Fabrice Envoyé : vendredi 30 mars 2007 15:53 À : wireshark-dev

Re: [Wireshark-dev] WIN32 Compilation failed : tshark is not a validwin32 application

2007-03-30 Thread CANDIA, Fabrice
: [Wireshark-dev] WIN32 Compilation failed : tshark is not a validwin32 application CANDIA, Fabrice wrote: The nmake used is C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin and not the directory mentioned in the developper's guide (Visual studio dir). Is it normal