aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ucp.c
AgeCommit message (Expand)AuthorFilesLines
2001-12-17Get rid of calls to "proto_is_protocol_enabled()" in heuristicGuy Harris1-4/+1
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-8/+8
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-3/+4
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-11-05From Tom Uijldert: have an non-heuristic UCP dissector, and register itGuy Harris1-17/+50
2001-10-15Fixes from Steffen Weinreich:Guy Harris1-4/+8
2001-10-08As UCP is atop TCP, its dissector isn't called unless there's at leastGuy Harris1-8/+6
2001-10-08Remove the check I added to see whether the length of the packet, basedGuy Harris1-5/+1
2001-10-08UCP support, from Tom Uijldert.Guy Harris1-0/+2484