aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-15Get rid of an assigned-to-but-not-used variable, and eliminate anotherGuy Harris1-8/+2
2002-05-10Mark an unused argument as such.Guy Harris1-4/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-1/+34
2002-04-28Add routines to create anonymous handles for new-style dissectors (onesGuy Harris1-1/+15
2002-03-28Initialize the fields of "edt->pi" in order - and initialize some fieldsGuy Harris1-15/+15
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-4/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-2/+1
2002-02-27Fix "create_dissector_handle()" to properly create a handle for anGuy Harris1-2/+3
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"Guy Harris1-14/+69
2002-02-25Note that we could save some overhead if we require the name argument toGuy Harris1-1/+6
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