aboutsummaryrefslogtreecommitdiffstats
path: root/packet-tpkt.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-13Have "is_tpkt()" take a minimum-payload-length argument and checkguy1-5/+19
2002-03-25From Andreas Sikkema: keep TPKT information out of the Info column inguy1-2/+25
2002-03-05The length field in the TPKT header contains the length of the packetguy1-3/+4
2002-02-23In the Q.931-over-TPKT-over-TCP dissector, if the TCP segment we'reguy1-25/+28
2002-02-23"is_tpkt()" is always used to check a TCP segment to see if it mightguy1-14/+10
2002-02-22Add some necessary "volatile" declarations.guy1-3/+3
2002-02-22Catch the ReportedBoundsError exception in the DNS and TPKT dissectorsguy1-2/+34
2002-02-22Handle TPKT packets split across segment boundaries, and multiple TPKTguy1-70/+131
2002-02-02Clean up the heuristic code in the Q.931 dissector. If it's a heuristicguy1-31/+37
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-5/+5
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-2/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-06-12Give a number of files RCS IDs.guy1-2/+3
2001-03-28Handle, in the Q.931 heuristic dissector, the case where TPKT isn'tguy1-2/+2
2001-03-28Support for TPKT being used for its original purpose (TCP port > 102,guy1-43/+91
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-1/+1
2000-11-19For each column, have both a buffer into which strings for that columnguy1-1/+1
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andguy1-0/+187