aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+14
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-32/+12
2001-12-03Add a routine tro look for a given port in a given dissector table and,Guy Harris1-1/+6
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-14/+15
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-1/+5
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke1-4/+1
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-3/+4
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-8/+6
2001-11-20"END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid ofGuy Harris1-13/+5
2001-10-31Put "extern" in front of a pile of function declarations.Guy Harris1-36/+47
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-9/+6
2001-06-29Create a routine to do the tvbuff-length-adjusting andGuy Harris1-1/+9
2001-06-02"old_dissector_delete()" is no longer used; remove it.Guy Harris1-4/+2
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris1-10/+1
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-2/+1
2001-04-17Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris1-4/+1
2001-04-01Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke1-25/+2
2001-04-01Moved the packet_info structure and supporting functions out ofEd Warnicke1-70/+2
2001-04-01Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke1-32/+2
2001-04-01Moved the column_info structure and related enum from packet.{c,h} toEd Warnicke1-58/+2
2001-04-01Moved the value_string structures and function from packet.{c,h} intoEd Warnicke1-12/+2
2001-04-01Moved various to_str files from packet.{c,h} to a separateEd Warnicke1-16/+2
2001-03-23Changes required to support multiple named data sources.Jeff Foster1-1/+3
2001-03-15Add a new AT_OSI address type.Guy Harris1-2/+3
2001-02-27Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"Guy Harris1-1/+2
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