aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-babel.c
AgeCommit message (Collapse)AuthorFilesLines
2011-08-29From Juliusz Chroboczek via bug #6273:sfisher1-1/+3
IANA has reallocated the Babel port; it is now 6696. The attached patch makes wireshark grok both the old and new ports. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38783 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-29#include <epan/prefs.h> not req'd since there are no prefs.wmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36952 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-27From Juliusz Chroboczek via bug 5812:gerald1-1/+1
This should not trigger with any Babel packets generated by the current version of babeld, but could potentially do so with a future version that performs more aggressive compression for IPv4 addresses. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36920 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-10prefs_register_protocol() not needed since no prefs; Coverity #1185 ↵wmeier1-11/+2
(UNUSED_VALUE). Also: #include <stdio.h> not needed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36533 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-08From Juliusz Chroboczek via bug #5812: Dissector for the Babel Routingsfisher1-0/+523
Protocol (RFC 6126) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36518 f5534014-38df-0310-8fa8-9805f1628bb7