aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ucp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-20From Tom Uijldert:Guy Harris1-3/+4
2002-04-11From Tom Uijldert: create a subtree with "proto_item_add_subtree()",Guy Harris1-29/+33
2002-03-10Initialize the "tm_isdst" field of a "struct tm" to -1 before passing itGuy Harris1-1/+2
2002-02-15Undo the change of "UcpHandleByte(hf_ucp_parm_NT);" toGuy Harris1-2/+2
2002-02-14Register hf_ucp_parm_NT as an FT_UINT8 instead of FT_STRING,Gilbert Ramirez1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
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