aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris1-0/+3
2005-03-12warning: function declaration isn't a prototypeJörg Mayer1-1/+1
2005-03-11from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping1-0/+4
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs1-0/+6
2004-10-30split capture_loop from capture.c, some more code cleanupUlf Lamping1-0/+3
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-19Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris1-1/+9
2004-06-08add details for doxygenUlf Lamping1-14/+37
2003-10-01Have a pseudo-header for Ethernet packets, giving the size of the FCS -Guy Harris1-2/+2
2003-09-09Add "dissector_get_string_handle()" for string dissector tables, similarGuy Harris1-1/+6
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris1-6/+6
2003-09-06When registering a dissector table, choose what type of hash andGuy Harris1-11/+35
2003-07-31From Tomas Kukosa: add "find_dissector_table()",Guy Harris1-5/+5
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris1-6/+9
2003-05-23Add an API to get the dissector name from a dissector handle.Guy Harris1-1/+4
2002-11-15From Chris Waters: export "find_dissector_table()" and addGuy Harris1-1/+7
2002-11-06From Solomon Peachy: support for new "wlancap" 802.11 extra-informationGuy Harris1-2/+3
2002-10-25Count ICMPv6 packets as ICMP when capturing.Guy Harris1-2/+1
2002-10-22Minimalistic support for counting IPv6 packets during captureJörg Mayer1-1/+2
2002-10-14From Ulf Lamping: count ARP packets in capture progress dialog box.Guy Harris1-1/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-4/+4
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter1-1/+3
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-3/+3
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-3/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez1-1/+15
2002-04-28Add routines to create anonymous handles for new-style dissectors (onesGuy Harris1-1/+3
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"Guy Harris1-3/+21
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineGuy Harris1-3/+3
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-1/+12
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris1-7/+4
2002-02-06Old-style (non-tvbuffified) dissectors haven't been supported sinceGuy Harris1-2/+1
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez1-1/+10
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-2/+2
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-2/+2
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