On Wed, Jun 1, 2011 at 2:03 PM, Bob Lantz <[email protected]> wrote: > I ran into the same problem on Ubuntu when I tried to build the wireshark > dissector from the OF 1.0 distribution; a bit of google searching revealed: > > 1. This is a common problem on Ubuntu 11, since glib's include files have > moved to /usr/lib: > > openflow@ubuntu:~$ find /usr -name glibconfig.h > /usr/lib/i386-linux-gnu/glib-2.0/include/glibconfig.h > > 2. On Ubuntu, adding `pkg-config --cflags glib-2.0` (note backquotes), or the > output of said command, to CFLAGS, should fix it. Otherwise, just make sure > you pass in the correct include directory.
Thanks Bob -- I had this problem too. But unfortunately, it didn't get my wireshark working yet. Now, when I run wireshark without the openflow module in place, it works fine, but with it, wireshark segv's with: 07:09:55 Err Field ' No physical link present' (of.port_state_link_down_not_evil) is an FT_NONE but has a bitmask Before I deep dive into this, is there a known work around for this? wireshark 1.4.2, fwiw. Thanks, - Rob . _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
