[Wireshark-dev] (no subject)

2006-12-08 Thread david lopez
Hello I'm David, a PhD student I'm developing a small sniffer for my project. I'm using libpcap I built a sniffer for capturing ethernet packets on the cable and it is working fine. Now, I would like to use this sniffer for capturing 802.11 WLAN packets. When I use this sniffer for capturing

[Wireshark-dev] Sniff WLAN packets

2006-12-08 Thread david lopez
Hello I'm David, a PhD student I'm developing a small sniffer for my project. I'm using libpcap I built a sniffer for capturing ethernet packets on the cable and it is working fine. Now, I would like to use this sniffer for capturing 802.11 WLAN packets. When I use this sniffer for capturing

[Wireshark-dev] Problem by writing a plugin, how to access the previous telegram?

2006-12-08 Thread Dittrich Sabrina (PEA-Fe2/BA-ET)
Hello! I'm trying to write a plugin for Wireshark to dissect a special Ethernet-Protocol. But, to be able to dissect my telegrams, I need information of some bytes of the previous telegram. Can you please tell me how to access the previous telegram while dissecting the current telegram? I thought

Re: [Wireshark-dev] Problem by writing a plugin, how to access the previous telegram?

2006-12-08 Thread Jaap Keuter
Hi, Let me point you in the direction of conversations. This is a concept described in doc/README.developer. It comes down to attaching your data to a source/destination address/port pair, which you then can retrieve while dissecting subsequent packets. Thanx, Jaap On Fri, 8 Dec 2006, Dittrich

[Wireshark-dev] [PATCH] ptvcursor and subtrees

2006-12-08 Thread Sebastien Tandel
Hi, It is a re-post. Can you consider it, please? Thx, Sebastien -- Hi, here is a patch which adds the support to ptvcursor to create one level of subtree which helps to reduce/simplify the code written with ptvcursor. - instead of writing : gint current_offset; current_offset =

Re: [Wireshark-dev] Malformed packets in CORBA protocol plugin

2006-12-08 Thread Andy . Ling
[EMAIL PROTECTED] wrote on 07/12/2006 14:21:24: Hi, You should try to see in packet-giop.c what happens after the output of: ServiceContextList Sequence Length: 0 My guess is that a sequence length of zero isn't handled properly. I have little time to look at this currently...