aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris1-4/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofGuy Harris1-2/+1
2002-02-27Fix "create_dissector_handle()" to properly create a handle for anGuy Harris1-2/+3
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"Guy Harris1-14/+69
2002-02-25Note that we could save some overhead if we require the name argument toGuy Harris1-1/+6
2002-02-24Get rid of "init_all_protocols()"; instead, have a routineGuy Harris1-4/+15
2002-02-18Don't give tvbuffs names; instead, give data sources names, where aGuy Harris1-3/+43
2002-02-17With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris1-4/+4
2002-02-11dissect_frame() can throw a ReportedBoundsError; catch it inGilbert Ramirez1-4/+9
2002-01-17Use the "fragmented" field of the "packet_info" structure inGuy Harris1-2/+3
2002-01-05Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez1-1/+32
2001-12-18Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez1-1/+2