[Wireshark-dev] independent dissection of plug-ins

2010-08-31 Thread upendra.allu
Hello, I am trying to dissect plug-ins in Wireshark independently without its complete stack. For example, if my plug-In is sitting in the following way Ethernet Internet Protocol UDP or SCTP MY-plug-in This is the usual way how Wireshark decodes my plug-in, now I tried to decode my

Re: [Wireshark-dev] Can asn2wrs handle BER PER in same protocol?

2010-08-31 Thread Kukosa, Tomas
Hi, yes, it is not possible to generate BER end PER code in one asn2wrs calling. But you can call it more times for one protocol. Using asn2wrs with -s option (Single file output from template) and generating packet-proto.c with one asn2wrs calling is just one simple way how to use it. You

Re: [Wireshark-dev] independent dissection of plug-ins

2010-08-31 Thread Guy Harris
On Aug 30, 2010, at 11:14 PM, upendra.a...@wipro.com wrote: Is It that one pcap file only supports only one DLT? Yes. If you have a sufficiently recent version of libpcap on your machine, man pcap-savefile will describe the pcap format; you can also see it described at

[Wireshark-dev] Dissection of LTE-RRC

2010-08-31 Thread Vishal Kumar Singh
Hi All, I have been trying to make RRC Dissector using the source code available at http://anonsvn.wireshark.org/viewvc/trunk-1.4/epan/dissectors/. Simply, I am trying to build a library in any directory. After that, I copy the library to the plugin directory of wireshark. When I run wireshark

Re: [Wireshark-dev] Dissection of LTE-RRC

2010-08-31 Thread Pascal Quantin
Hi, Le 31 août 2010 à 09:38, Vishal Kumar Singh vishal.is...@gmail.com a écrit : Hi All, I have been trying to make RRC Dissector using the source code available at http://anonsvn.wireshark.org/viewvc/trunk-1.4/epan/dissectors/. Simply, I am trying to build a library in any directory.

[Wireshark-dev] Issue with newest stable release

2010-08-31 Thread Andy
I tried to install the newest stable release of Wireshark for PortableApps, and when I tried opening the package with the PortableApps installer tool, the installer told me that it couldn't read the Wireshark package. This might be due to PortableApps's new installer and package format. I was

[Wireshark-dev] (no subject)

2010-08-31 Thread Jerry Balderrama
I just downloaded Wireshark and rebooted. No interfaces show up on the interface list what can I do to make this work? Windows 7 64 bit. ___ Sent via:Wireshark-dev mailing list wireshark-dev@wireshark.org Archives:

Re: [Wireshark-dev] Dissection of LTE-RRC

2010-08-31 Thread Reinhard Speyerer
On 08/31/10 09:38, Vishal Kumar Singh wrote: [...] Please, suggest me a suitable method to this. Can i select based on message type to differentiate UL CCCH, UL DCCH, DL CCCH messages? Or, is there any other method to differentiate the messages? Hi Vishal, using Lua this is possible by

Re: [Wireshark-dev] Changing dissector based on TCP options

2010-08-31 Thread James Deucker
I am also very interested in doing this, I haven't figured out a good way yet. James On 30 August 2010 21:33, Edwin Groothuis wiresh...@mavetju.org wrote: Hello, I have been fighting with find_conversation(), conversation_new() and conversation_set_dissector() to find a way to set change

Re: [Wireshark-dev] Changing dissector based on TCP options

2010-08-31 Thread didier
Hi, Le lundi 30 août 2010 à 21:33 +1000, Edwin Groothuis a écrit : Hello, I have been fighting with find_conversation(), conversation_new() and conversation_set_dissector() to find a way to set change the TCP payload dissector based on the data in the TCP dissector. All coming from section