aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-3/+13
2001-12-08Clean up indentation.Guy Harris1-20/+20
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-5/+44
2001-12-03A "dissector_table_t" is no longer a pointer to a hash table, it's aGuy Harris1-4/+4
2001-12-03Get rid of the lists of conversation dissectors; instead, have aGuy Harris1-110/+93
2001-12-03Add a routine tro look for a given port in a given dissector table and,Guy Harris1-5/+17
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-71/+62
2001-12-03Rename another routine to get rid of an unnecessary "1" in its name.Guy Harris1-3/+3
2001-12-03Don't bother saving or restoring "can_desegment" until you actually callGuy Harris1-13/+14
2001-12-03Rename and re-comment some routines to make it clearer what they do.Guy Harris1-18/+27
2001-11-29Update from Ronnie Sahlberg:Guy Harris1-3/+26
2001-11-27Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris1-1/+15
2001-11-26This should be the final bit of removing the dissect_data symbolEd Warnicke1-2/+6
2001-11-21Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez1-12/+27
2001-11-21Get rid of some unused variables.Guy Harris1-4/+1
2001-11-20Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris1-27/+2
2001-11-15Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris1-3/+1
2001-10-31Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris1-71/+13