aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-29Create a routine to do the tvbuff-length-adjusting andGuy Harris1-1/+45
2001-06-02"old_dissector_delete()" is no longer used; remove it.Guy Harris1-31/+2
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris1-159/+12
2001-04-01Changed proto_init() to have it fetch proto_malformed at run timeEd Warnicke1-2/+8
2001-04-01Changed packet_init() to look up the frame dissector and cache itsEd Warnicke1-3/+6
2001-04-01Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke1-509/+1
2001-04-01Moved some ipv6 definitions from packet-ipv6.h to epan/ipv6-utils.h.Ed Warnicke1-3/+2
2001-04-01Moved some definitions and functions from packet-osi.{c,h} toEd Warnicke1-2/+2
2001-04-01Moved the packet_info structure and supporting functions out ofEd Warnicke1-19/+1
2001-04-01Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke1-106/+2
2001-04-01Moved the value_string structures and function from packet.{c,h} intoEd Warnicke1-53/+1
2001-04-01Moved various to_str files from packet.{c,h} to a separateEd Warnicke1-322/+2
2001-03-31removed #include "print.h" and #include "file.h" from packet.cEd Warnicke1-3/+1
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-2/+5
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez1-3/+3
2001-03-15Add a new AT_OSI address type.Guy Harris1-1/+9
2001-02-08In "call_dissector()", if the protocol for the dissector referred to byGuy Harris1-1/+2
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris1-24/+333
2001-01-13Tvbuffify the PIM dissector.Guy Harris1-39/+1
2001-01-13Also save and restore the value of "pinfo->match_port" inGuy Harris1-3/+9
2001-01-12In all the routines that set "pinfo->current_proto" before calling aGuy Harris1-6/+36
2001-01-10In "{old_}dissector_try_port()", check whether the protocol for theGuy Harris1-2/+75
2001-01-09Add a new "ip_to_str_buf()" routine that takes a pointer to an IPGuy Harris1-19/+31
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-9/+24
2001-01-09Add tables of "conversation" dissectors, which are associated withGuy Harris1-1/+79
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris1-1/+19
2000-12-03Declare "proto_malformed" in "packet-frame.h", as "packet-frame.c"Guy Harris1-5/+2
2000-12-03Nothing in "packet.c" uses the global "cfile", so there's no need toGuy Harris1-4/+1
2000-12-03Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris1-1/+15
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-35/+85
2000-11-18Nobody calls "old_try_conversation_dissector()" orGuy Harris1-33/+1
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-2/+80
2000-11-13Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris1-39/+1
2000-11-01Add a fourth choice of time format in the packet list display, whichGuy Harris1-1/+28
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-186/+30
2000-09-27Move packet.[ch] to epanGilbert Ramirez1-0/+1587