aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
Commit message (Expand)AuthorAgeFilesLines
* Don't return 0 from "call_dissector_work()" if the packet was dissectedGuy Harris2002-10-291-1/+9
* Hoist the bulk of the stuff involved in calling a dissector through aGuy Harris2002-10-281-60/+65
* Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris2002-10-221-1/+6
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-8/+8
* Before dissecting a packet, clear the filter field and value stored withGuy Harris2002-08-241-1/+3
* Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2002-08-211-1/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-22/+2
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris2002-06-231-3/+3
* Get rid of the "data_src" member of the "frame_data" structure; put itGuy Harris2002-06-041-8/+9
* Get rid of an assigned-to-but-not-used variable, and eliminate anotherGuy Harris2002-05-151-8/+2
* Mark an unused argument as such.Guy Harris2002-05-101-4/+4
* Merge the work in Novell_NCP_branch into the mainline code.Gilbert Ramirez2002-05-091-1/+34
* Add routines to create anonymous handles for new-style dissectors (onesGuy Harris2002-04-281-1/+15
* Initialize the fields of "edt->pi" in order - and initialize some fieldsGuy Harris2002-03-281-15/+15
* From Joerg Mayer: get rid of "-Wno-unused" flag in some configureGuy Harris2002-03-021-4/+5
* From Joerg Mayer: remove unused variables and declarations ofGuy Harris2002-02-271-2/+1
* Fix "create_dissector_handle()" to properly create a handle for anGuy Harris2002-02-271-2/+3
* Allow dissectors to be registered as "old-style" or "new-style"Guy Harris2002-02-261-14/+69
* Note that we could save some overhead if we require the name argument toGuy Harris2002-02-251-1/+6
* Get rid of "init_all_protocols()"; instead, have a routineGuy Harris2002-02-241-4/+15
* Don't give tvbuffs names; instead, give data sources names, where aGuy Harris2002-02-181-3/+43
* With the tvbuffication of all dissectors, the "packet_info" structure noGuy Harris2002-02-171-4/+4
* dissect_frame() can throw a ReportedBoundsError; catch it inGilbert Ramirez2002-02-111-4/+9
* Use the "fragmented" field of the "packet_info" structure inGuy Harris2002-01-171-2/+3
* Long NCP traces can easily have many packets whose "uniqueness"Gilbert Ramirez2002-01-051-1/+32
* Provide for per-protocol-tree data in the proto_tree code.Gilbert Ramirez2001-12-181-1/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-3/+13
* Clean up indentation.Guy Harris2001-12-081-20/+20
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-5/+44
* A "dissector_table_t" is no longer a pointer to a hash table, it's aGuy Harris2001-12-031-4/+4
* Get rid of the lists of conversation dissectors; instead, have aGuy Harris2001-12-031-110/+93
* Add a routine tro look for a given port in a given dissector table and,Guy Harris2001-12-031-5/+17
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-71/+62
* Rename another routine to get rid of an unnecessary "1" in its name.Guy Harris2001-12-031-3/+3
* Don't bother saving or restoring "can_desegment" until you actually callGuy Harris2001-12-031-13/+14
* Rename and re-comment some routines to make it clearer what they do.Guy Harris2001-12-031-18/+27
* Update from Ronnie Sahlberg:Guy Harris2001-11-291-3/+26
* Change "conversation_set_dissector()" to take a dissector handle, ratherGuy Harris2001-11-271-1/+15
* This should be the final bit of removing the dissect_data symbolEd Warnicke2001-11-261-2/+6
* Remove the global packet_info called "pi". Dissectors now onlyGilbert Ramirez2001-11-211-12/+27
* Get rid of some unused variables.Guy Harris2001-11-211-4/+1
* Get rid of the "len" and "captured_len" members of the "packet_info"Guy Harris2001-11-201-27/+2
* Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"Guy Harris2001-11-151-3/+1
* Get rid of a bunch of stuff that was there to support non-tvbuffifiedGuy Harris2001-10-311-71/+13
* Create a routine to do the tvbuff-length-adjusting andGuy Harris2001-06-291-1/+45
* "old_dissector_delete()" is no longer used; remove it.Guy Harris2001-06-021-31/+2
* No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris2001-05-301-159/+12
* Changed proto_init() to have it fetch proto_malformed at run timeEd Warnicke2001-04-011-2/+8
* Changed packet_init() to look up the frame dissector and cache itsEd Warnicke2001-04-011-3/+6