aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris1-1/+27
2001-01-18Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris1-5/+5
2001-01-13Tvbuffify the PIM dissector.Guy Harris1-3/+1
2001-01-09Add a new "ip_to_str_buf()" routine that takes a pointer to an IPGuy Harris1-1/+2
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-8/+14
2001-01-09Add tables of "conversation" dissectors, which are associated withGuy Harris1-1/+23
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris1-2/+3
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris1-1/+2
2000-12-03Update a comment.Guy Harris1-3/+3
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris1-1/+5
2000-11-21Senseless old prototype for rpc init removed.Uwe Girlich1-3/+1
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-1/+3
2000-11-18Nobody calls "old_try_conversation_dissector()" orGuy Harris1-3/+1
2000-11-18Put in an empty declaration of "struct dissector_handle" beforeGuy Harris1-2/+4
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-1/+16
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-2/+1
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris1-1/+2
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-6/+7
2000-09-27Move packet.[ch] to epanGilbert Ramirez1-0/+371