summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-e100.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+2
svn path=/trunk/; revision=29345
2009-01-28Remove unnecessary code from proto_reg_handoff....Bill Meier1-11/+4
svn path=/trunk/; revision=27318
2009-01-19From Bradley Higgins:Jaap Keuter1-0/+229
Add E100 encapsulation packet type to the dissectors. E100 is an Arbor Networks router, which can redirect packets through an AUX port, and which prepends a header to each redirected packet. This dissector should detect these packets, and display them in wireshark. svn path=/trunk/; revision=27268