aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
Commit message (Expand)AuthorAgeFilesLines
* Count ICMPv6 packets as ICMP when capturing.Guy Harris2002-10-251-2/+1
* Minimalistic support for counting IPv6 packets during captureJörg Mayer2002-10-221-1/+2
* From Ulf Lamping: count ARP packets in capture progress dialog box.Guy Harris2002-10-141-1/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-4/+4
* Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2002-08-211-1/+3
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-3/+3
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-3/+4
* Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2002-05-091-1/+15
* Add routines to create anonymous handles for new-style dissectors (onesGuy Harris2002-04-281-1/+3
* Allow dissectors to be registered as "old-style" or "new-style"Guy Harris2002-02-261-3/+21
* Get rid of "init_all_protocols()"; instead, have a routineGuy Harris2002-02-241-3/+3
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-1/+12
* With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris2002-02-171-7/+4
* Old-style (non-tvbuffified) dissectors haven't been supported sinceGuy Harris2002-02-061-2/+1
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-1/+10
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-2/+2
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+14
* Get rid of the lists of conversation dissectors; instead, have aGuy Harris2001-12-031-32/+12
* Add a routine tro look for a given port in a given dissector table and,Guy Harris2001-12-031-1/+6
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-14/+15
* 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