Re: [Wireshark-dev] Adding live 802.15.4 Capture

2008-10-01 Thread Colin O'Flynn
Hi, The code compiles and works works fine once an #include epan/prefs.h is added :) Hmm... not sure how I lost that! I was building on Windows though, and then moved the file over to my Linux box where I did the diff. The reason being that I found it easier to build Wireshark from sources

[Wireshark-dev] Adding live 802.15.4 Capture

2008-09-30 Thread Colin O'Flynn
Hello, I am working on a project which routes IPv6 over 802.15.4, or 6lowpan. Part of this project (the part I'm working on) uses a USB stick to interface this network to the computer. This mounts a USB stick as a fake ethernet interface, so the computer can easily send/receive IPv6 packets.

Re: [Wireshark-dev] Adding live 802.15.4 Capture

2008-09-30 Thread Bill Meier
Colin O'Flynn wrote: The problem is I don't see wpan as an option in the prefrences dialog! Any hints to what I am doing wrong? It seems fairly simple, however I'm not very familiar with the Wireshark sources. The code compiles and works works fine once an #include epan/prefs.h is added