summaryrefslogtreecommitdiff
path: root/print-loopback.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'bpf/master'Denis Ovsienko2014-04-061-1/+1
|\
| * Netdissectify the to-name resolution routines.Guy Harris2014-04-041-1/+1
| | | | | | | | | | | | | | | | Have them take a netdissect_options * argument, and get the "no name resolution" flag from it. Move the declaration of dnaddr_string to addrtoname.h, along with the other XXX-to-string routines.
* | fix a couple typosDenis Ovsienko2014-04-061-1/+1
|/
* make use of NETDISSECT_REWORKEDDenis Ovsienko2014-03-151-1/+2
| | | | | Update the already converted decoders to define the macro and to include interface.h instead of netdissect.h. Fix incurred compile errors.
* add a decoder for Loopback/CTPDenis Ovsienko2014-01-091-0/+135
tcpdump used to print an empty line for a Loopback (CTP) packet, which many Cisco switches send by default every 10 seconds. This commit adds a decoder for the protocol and a test case, which uses the sample capture from Wireshark wiki (configuration_test_protocol_aka_loop.pcap).