ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5812] Dissector for the Babel Routing Protocol (RFC 6126)

Date: Thu, 7 Apr 2011 15:51:43 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5812

--- Comment #4 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2011-04-07 16:51:42 MDT ---
I'm getting a compilation error on FreeBSD:

packet-babel.c: In function 'format_address':
packet-babel.c:115: error: 'AF_INET' undeclared (first use in this function)
packet-babel.c:115: error: (Each undeclared identifier is reported only once
packet-babel.c:115: error: for each function it appears in.)
packet-babel.c:117: error: 'AF_INET6' undeclared (first use in this function)

This is likely due to a header file missing.  But more importantly, we probably
already have functions in epan/address_to_str.c to do what you're trying to do
- take a look at them (ip6_to_str_buf perhaps?) to see if one suits your needs.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.