summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-cnip.c
AgeCommit message (Collapse)AuthorFilesLines
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-16/+13
svn path=/trunk/; revision=39147
2011-06-07From Daniel Willmann: dissector for EIA-852 protocol (Component Network over IP)Bill Meier1-0/+261
Attached is a dissector for CN/IP protocol described in EIA-852. It is mainly used to encapsulate and send Lontalk (EIA-709.1) or EIA-600 frames over UDP (or TCP). This dissector can only decode the common header and data frames can be decoded by further dissectors. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5907 svn path=/trunk/; revision=37596