aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-20From Julien Leproust: add heuristic dissectors' protocol names to theguy1-1/+45
2005-01-19Add a field called "frame.protocols" which shows the protocols presentgerald1-2/+13
2005-01-01Get rid of some warnings about variables whose values might be lost in aguy1-1/+2
2004-10-31Make sure we don't return a random value in an unset variable if anguy1-1/+11
2004-09-04From Eric Wedel: backend things for "Decode As" of DCE-RPC interfacesulfl1-0/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anguy1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-04-23added a byte count output to the packet details notebook tabsulfl1-2/+2
2004-02-28Not all dissector handles have protocols associated with them; check forguy1-3/+23
2004-02-24with the cahnges to when to call the heuristic dissectorsahlberg1-3/+1
2004-02-01Fix some pointer typesjmayer1-10/+10
2003-12-29Add a "saved_can_desegment" field to the "packet_info" structure, soguy1-1/+12
2003-11-21From Olivier Biot:guy1-1/+11
2003-11-16Export "protocol_t" as an opaque type.guy1-22/+22
2003-09-09Add "dissector_get_string_handle()" for string dissector tables, similarguy1-1/+16
2003-09-07Support string dissector tables in the Tethereal "decode as" stuff.guy1-4/+10
2003-09-06When registering a dissector table, choose what type of hash andguy1-21/+309
2003-08-12Save and restore the value of pinfo->current_proto when calling atpot1-1/+12
2003-06-05From Lionel Ains: "-d" flag for decode-as support in Tethereal.guy1-9/+38
2003-05-23Add an API to get the dissector name from a dissector handle.guy1-2/+9
2003-04-23Update to TCP to handle hints from dissectors where the next PDU may start.sahlberg1-1/+5
2003-04-16Pull the stuff done in "dissect_packet()" to initialize a column_infoguy1-14/+3
2003-04-16Add the notion of a "fence" to columns. A dissector can set the fenceguy1-1/+2
2003-03-01Completely initialize all the address fields in a packet_info structure,guy1-1/+13
2003-02-27From Didier Gautheron: provide a mechanism to indicate why reassemblyguy1-1/+2
2003-01-22From Dinesh Dutt:guy1-1/+4
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inguy1-12/+110
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald1-1/+4
2002-11-16At least in my compile environment, we don't need "inet_v6defs.h" toguy1-5/+1
2002-11-15From Chris Waters: export "find_dissector_table()" and addguy1-2/+9
2002-10-29Don't return 0 from "call_dissector_work()" if the packet was dissectedguy1-1/+9
2002-10-28Hoist the bulk of the stuff involved in calling a dissector through aguy1-60/+65
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedguy1-1/+6
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-8/+8
2002-08-24Before dissecting a packet, clear the filter field and value stored withguy1-1/+3
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intotpot1-1/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-22/+2
2002-07-17From Joerg Mayer:guy1-5/+1
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-3/+3
2002-06-04Get rid of the "data_src" member of the "frame_data" structure; put itguy1-8/+9
2002-05-15Get rid of an assigned-to-but-not-used variable, and eliminate anotherguy1-8/+2
2002-05-10Mark an unused argument as such.guy1-4/+4
2002-05-09Merge the work in Novell_NCP_branch into the mainline code.gram1-1/+34
2002-04-28Add routines to create anonymous handles for new-style dissectors (onesguy1-1/+15
2002-03-28Initialize the fields of "edt->pi" in order - and initialize some fieldsguy1-15/+15
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-4/+5
2002-02-27From Joerg Mayer: remove unused variables and declarations ofguy1-2/+1
2002-02-27Fix "create_dissector_handle()" to properly create a handle for anguy1-2/+3
2002-02-26Allow dissectors to be registered as "old-style" or "new-style"guy1-14/+69
2002-02-25Note that we could save some overhead if we require the name argument toguy1-1/+6