aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-23Add a "cleanup_dissection()" routine, intended to free up dataGuy Harris1-0/+14
2005-03-11Add a "-G decodes" option to ethereal and tethereal which shows theGerald Combs1-0/+55
2005-03-08gssapi decryption nees a few new fields to pass the blobs from application la...Ronnie Sahlberg1-0/+4
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-01-20Squelch a compiler warning.Guy Harris1-1/+1
2005-01-20From Julien Leproust: add heuristic dissectors' protocol names to theGuy Harris1-1/+45
2005-01-19Add a field called "frame.protocols" which shows the protocols presentGerald Combs1-2/+13
2005-01-01Get rid of some warnings about variables whose values might be lost in aGuy Harris1-1/+2
2004-10-31Make sure we don't return a random value in an unset variable if anGuy Harris1-1/+11
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesUlf Lamping1-0/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-04-23added a byte count output to the packet details notebook tabsUlf Lamping1-2/+2
2004-02-28Not all dissector handles have protocols associated with them; check forGuy Harris1-3/+23
2004-02-24with the cahnges to when to call the heuristic dissectorRonnie Sahlberg1-3/+1
2004-02-01Fix some pointer typesJörg Mayer1-10/+10
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soGuy Harris1-1/+12
2003-11-21From Olivier Biot:Guy Harris1-1/+11
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-22/+22
2003-09-09Add "dissector_get_string_handle()" for string dissector tables, similarGuy Harris1-1/+16
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.Guy Harris1-4/+10
2003-09-06When registering a dissector table, choose what type of hash andGuy Harris1-21/+309
2003-08-12Save and restore the value of pinfo->current_proto when calling aTim Potter1-1/+12
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.Guy Harris1-9/+38
2003-05-23Add an API to get the dissector name from a dissector handle.Guy Harris1-2/+9
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.Ronnie Sahlberg1-1/+5
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoGuy Harris1-14/+3
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceGuy Harris1-1/+2
2003-03-01Completely initialize all the address fields in a packet_info structure,Guy Harris1-1/+13
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyGuy Harris1-1/+2
2003-01-22From Dinesh Dutt:Guy Harris1-1/+4
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris1-12/+110
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-1/+4
2002-11-16At least in my compile environment, we don't need "inet_v6defs.h" toGuy Harris1-5/+1
2002-11-15From Chris Waters: export "find_dissector_table()" and addGuy Harris1-2/+9
2002-10-29Don't return 0 from "call_dissector_work()" if the packet was dissectedGuy Harris1-1/+9
2002-10-28Hoist the bulk of the stuff involved in calling a dissector through aGuy Harris1-60/+65
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-1/+6
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-8/+8
2002-08-24Before dissecting a packet, clear the filter field and value stored withGuy Harris1-1/+3
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter1-1/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-22/+2
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris1-8/+9
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