aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tpkt.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-14Update Andreas Sikkema's e-mail address.Guy Harris1-2/+2
2003-12-02Tomas Kukosa noted that the TPKT dissector spends a significant amountGuy Harris1-2/+4
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-35/+35
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-31Check whether the first byte of a putative TPKT header is 3 (the TPKTGuy Harris1-1/+27
2002-05-13Have "is_tpkt()" take a minimum-payload-length argument and checkGuy Harris1-5/+19
2002-03-25From Andreas Sikkema: keep TPKT information out of the Info column inGuy Harris1-2/+25
2002-03-05The length field in the TPKT header contains the length of the packetGuy Harris1-3/+4
2002-02-23In the Q.931-over-TPKT-over-TCP dissector, if the TCP segment we'reGuy Harris1-25/+28
2002-02-23"is_tpkt()" is always used to check a TCP segment to see if it mightGuy Harris1-14/+10
2002-02-22Add some necessary "volatile" declarations.Guy Harris1-3/+3
2002-02-22Catch the ReportedBoundsError exception in the DNS and TPKT dissectorsGuy Harris1-2/+34
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTGuy Harris1-70/+131
2002-02-02Clean up the heuristic code in the Q.931 dissector. If it's a heuristicGuy Harris1-31/+37
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-2/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-4/+4
2001-06-12Give a number of files RCS IDs.Guy Harris1-2/+3
2001-03-28Handle, in the Q.931 heuristic dissector, the case where TPKT isn'tGuy Harris1-2/+2
2001-03-28Support for TPKT being used for its original purpose (TCP port > 102,Guy Harris1-43/+91
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-1/+1
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-1/+1
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andGuy Harris1-0/+187