aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ucp.c
AgeCommit message (Expand)AuthorFilesLines
2004-03-23If we don't find a trailing / in a parameter, throw the appropriateguy1-13/+9
2004-03-20Don't use fixed-length buffers for strings - there's no absolute stringguy1-28/+50
2004-03-05From Tom Uijldert: decode and display alphanumeric message content andguy1-8/+74
2003-11-25From Reinhard Speyerer: handle 10-digit UCP dates, which lack a secondsguy1-1/+3
2003-06-26From Tom Uijldert: fix some fields to use the appropriate value_stringguy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-17From Joerg Mayer:guy1-5/+1
2002-06-20From Tom Uijldert:guy1-3/+4
2002-04-11From Tom Uijldert: create a subtree with "proto_item_add_subtree()",guy1-29/+33
2002-03-10Initialize the "tm_isdst" field of a "struct tm" to -1 before passing itguy1-1/+2
2002-02-15Undo the change of "UcpHandleByte(hf_ucp_parm_NT);" toguy1-2/+2
2002-02-14Register hf_ucp_parm_NT as an FT_UINT8 instead of FT_STRING,gram1-3/+3
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-17Get rid of calls to "proto_is_protocol_enabled()" in heuristicguy1-4/+1
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-8/+8
2001-12-03Get rid of the lists of conversation dissectors; instead, have aguy1-3/+4
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-11-05From Tom Uijldert: have an non-heuristic UCP dissector, and register itguy1-17/+50
2001-10-15Fixes from Steffen Weinreich:guy1-4/+8
2001-10-08As UCP is atop TCP, its dissector isn't called unless there's at leastguy1-8/+6
2001-10-08Remove the check I added to see whether the length of the packet, basedguy1-5/+1
2001-10-08UCP support, from Tom Uijldert.guy1-0/+2484