Re: [Wireshark-dev] Feeding the 802.15.4 Dissector

2013-07-31 Thread Rui Pedro Caldeira
Hey Tomasz, thanks for the anwser. But my main question is how to write the bytes into the pipe so that Wireshark recognizes them as IEEE 802.15.4 packets, kinda like a structure that Wireshark is waiting for. I cannot just write the packet into the pipe, Wireshark gives me an error :S Thanks agai

Re: [Wireshark-dev] Feeding the 802.15.4 Dissector

2013-07-31 Thread Rui Pedro Caldeira
Thank You so much Guy and Tomasz, that was exactly what I was looking for. Best Regards, Rui Cumprimentos, Rui Pedro Caldeira On Wed, Jul 31, 2013 at 11:17 AM, Guy Harris wrote: > > On Jul 31, 2013, at 2:46 AM, Rui Pedro Caldeira > wrote: > > > Hey Tomasz, thanks for the anwser. But my main

Re: [Wireshark-dev] Feeding the 802.15.4 Dissector

2013-07-31 Thread Guy Harris
On Jul 31, 2013, at 2:46 AM, Rui Pedro Caldeira wrote: > Hey Tomasz, thanks for the anwser. But my main question is how to write the > bytes into the pipe so that Wireshark recognizes them as IEEE 802.15.4 > packets, kinda like a structure that Wireshark is waiting for. I cannot just > write

Re: [Wireshark-dev] Feeding the 802.15.4 Dissector

2013-07-31 Thread Rui Pedro Caldeira
Hey Tomasz, thanks for the anwser. But my main question is how to write the bytes into the pipe so that Wireshark recognizes them as IEEE 802.15.4 packets, kinda like a structure that Wireshark is waiting for. I cannot just write the packet into the pipe, Wireshark gives me an error :S Thanks agai

Re: [Wireshark-dev] Feeding the 802.15.4 Dissector

2013-07-30 Thread Tomasz Moń
On Tue, Jul 30, 2013 at 3:49 PM, Rui Pedro Caldeira wrote: > Hello, I'm using Wireshark to read from a pipe and i'm using the native IEEE > 802.15.4 dissector, but I'm having trouble feeding Wireshark the proper > bytes. I've tried to search but I can't find the right sequence of bytes the > disse

[Wireshark-dev] Feeding the 802.15.4 Dissector

2013-07-30 Thread Rui Pedro Caldeira
Hello, I'm using Wireshark to read from a pipe and i'm using the native IEEE 802.15.4 dissector, but I'm having trouble feeding Wireshark the proper bytes. I've tried to search but I can't find the right sequence of bytes the dissector is waiting for. Can anyone help me? Thanks in advance. ___