aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineGuy Harris1-4/+15
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-3/+43
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris1-4/+4
2002-02-11dissect_frame() can throw a ReportedBoundsError; catch it inGilbert Ramirez1-4/+9
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-2/+3
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez1-1/+32
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-3/+13
2001-12-08Clean up indentation.Guy Harris1-20/+20
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-5/+44
2001-12-03A "dissector_table_t" is no longer a pointer to a hash table, it's aGuy Harris1-4/+4
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-110/+93
2001-12-03Add a routine tro look for a given port in a given dissector table and,Guy Harris1-5/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-71/+62
2001-12-03Rename another routine to get rid of an unnecessary "1" in its name.Guy Harris1-3/+3
2001-12-03Don't bother saving or restoring "can_desegment" until you actually callGuy Harris1-13/+14
2001-12-03Rename and re-comment some routines to make it clearer what they do.Guy Harris1-18/+27
2001-11-29Update from Ronnie Sahlberg:Guy Harris1-3/+26
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-1/+15
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke1-2/+6
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-12/+27
2001-11-21Get rid of some unused variables.Guy Harris1-4/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-27/+2
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-3/+1
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-71/+13
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