aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ucp.c
Commit message (Expand)AuthorAgeFilesLines
* From Tom Uijldert: create a subtree with "proto_item_add_subtree()",Guy Harris2002-04-111-29/+33
* Initialize the "tm_isdst" field of a "struct tm" to -1 before passing itGuy Harris2002-03-101-1/+2
* Undo the change of "UcpHandleByte(hf_ucp_parm_NT);" toGuy Harris2002-02-151-2/+2
* Register hf_ucp_parm_NT as an FT_UINT8 instead of FT_STRING,Gilbert Ramirez2002-02-141-3/+3
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-3/+2
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Get rid of calls to "proto_is_protocol_enabled()" in heuristicGuy Harris2001-12-171-4/+1
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-8/+8
* Get rid of the lists of conversation dissectors; instead, have aGuy Harris2001-12-031-3/+4
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-2/+5
* From Tom Uijldert: have an non-heuristic UCP dissector, and register itGuy Harris2001-11-051-17/+50
* Fixes from Steffen Weinreich:Guy Harris2001-10-151-4/+8
* As UCP is atop TCP, its dissector isn't called unless there's at leastGuy Harris2001-10-081-8/+6
* Remove the check I added to see whether the length of the packet, basedGuy Harris2001-10-081-5/+1
* UCP support, from Tom Uijldert.Guy Harris2001-10-081-0/+2484