aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
Commit message (Expand)AuthorAgeFilesLines
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-1/+5
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-261-4/+1
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-3/+4
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-8/+6
* "END_OF_FRAME" and "IS_DATA_IN_FRAME()" are no longer used; get rid ofGuy Harris2001-11-201-13/+5
* Put "extern" in front of a pile of function declarations.Guy Harris2001-10-311-36/+47
* Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris2001-10-311-9/+6
* Create a routine to do the tvbuff-length-adjusting andGuy Harris2001-06-291-1/+9
* "old_dissector_delete()" is no longer used; remove it.Guy Harris2001-06-021-4/+2
* No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris2001-05-301-10/+1
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-2/+1
* Move the declaration of "ipprotostr()" out of "epan/packet.h" into a newGuy Harris2001-04-171-4/+1
* Moved the the remaining column related routines out of packet.{c,h}Ed Warnicke2001-04-011-25/+2
* Moved the packet_info structure and supporting functions out ofEd Warnicke2001-04-011-70/+2
* Moved the frame_data structures and functions from packet.{h,c} toEd Warnicke2001-04-011-32/+2
* Moved the column_info structure and related enum from packet.{c,h} toEd Warnicke2001-04-011-58/+2
* Moved the value_string structures and function from packet.{c,h} intoEd Warnicke2001-04-011-12/+2
* Moved various to_str files from packet.{c,h} to a separateEd Warnicke2001-04-011-16/+2
* Changes required to support multiple named data sources.Jeff Foster2001-03-231-1/+3
* Add a new AT_OSI address type.Guy Harris2001-03-151-2/+3
* Fix up the handling of NBIPX packets, and of Microsoft "direct hosting"Guy Harris2001-02-271-1/+2
* "Decode As" dialog, from David Hampton.Guy Harris2001-02-011-1/+27
* Pull the handling of trailers in Ethernet (as opposed to 802.3) framesGuy Harris2001-01-181-5/+5
* Tvbuffify the PIM dissector.Guy Harris2001-01-131-3/+1
* Add a new "ip_to_str_buf()" routine that takes a pointer to an IPGuy Harris2001-01-091-1/+2
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-8/+14
* Add tables of "conversation" dissectors, which are associated withGuy Harris2001-01-091-1/+23
* Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris2000-12-131-2/+3
* Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris2000-12-041-1/+2
* Update a comment.Guy Harris2000-12-031-3/+3
* Pull the code to set the fields in the "cfile.cinfo" structure into aGuy Harris2000-12-031-1/+5
* Senseless old prototype for rpc init removed.Uwe Girlich2000-11-211-3/+1
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-1/+3
* Nobody calls "old_try_conversation_dissector()" orGuy Harris2000-11-181-3/+1
* Put in an empty declaration of "struct dissector_handle" beforeGuy Harris2000-11-181-2/+4
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-2/+2
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Add a mechanism by which a dissector can be registered by name, anotherGuy Harris2000-11-151-1/+16
* Move "bytes_to_str()" to "strutil.c" from "packet.c" - it's just aGuy Harris2000-11-131-2/+1
* Add a fourth choice of time format in the packet list display, whichGuy Harris2000-11-011-1/+2
* Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez2000-10-061-6/+7
* Move packet.[ch] to epanGilbert Ramirez2000-09-271-0/+371