| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't return 0 from "call_dissector_work()" if the packet was dissected | Guy Harris | 2002-10-29 | 1 | -1/+9 |
* | Hoist the bulk of the stuff involved in calling a dissector through a | Guy Harris | 2002-10-28 | 1 | -60/+65 |
* | Add in a notion of "circuits", which are for virtual circuit-oriented | Guy Harris | 2002-10-22 | 1 | -1/+6 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -8/+8 |
* | Before dissecting a packet, clear the filter field and value stored with | Guy Harris | 2002-08-24 | 1 | -1/+3 |
* | Moved the generic true_false_string saying "Set", "Not set" into | Tim Potter | 2002-08-21 | 1 | -1/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -22/+2 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's | Guy Harris | 2002-06-23 | 1 | -3/+3 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -8/+9 |
* | Get rid of an assigned-to-but-not-used variable, and eliminate another | Guy Harris | 2002-05-15 | 1 | -8/+2 |
* | Mark an unused argument as such. | Guy Harris | 2002-05-10 | 1 | -4/+4 |
* | Merge the work in Novell_NCP_branch into the mainline code. | Gilbert Ramirez | 2002-05-09 | 1 | -1/+34 |
* | Add routines to create anonymous handles for new-style dissectors (ones | Guy Harris | 2002-04-28 | 1 | -1/+15 |
* | Initialize the fields of "edt->pi" in order - and initialize some fields | Guy Harris | 2002-03-28 | 1 | -15/+15 |
* | From Joerg Mayer: get rid of "-Wno-unused" flag in some configure | Guy Harris | 2002-03-02 | 1 | -4/+5 |
* | From Joerg Mayer: remove unused variables and declarations of | Guy Harris | 2002-02-27 | 1 | -2/+1 |
* | Fix "create_dissector_handle()" to properly create a handle for an | Guy Harris | 2002-02-27 | 1 | -2/+3 |
* | Allow dissectors to be registered as "old-style" or "new-style" | Guy Harris | 2002-02-26 | 1 | -14/+69 |
* | Note that we could save some overhead if we require the name argument to | Guy Harris | 2002-02-25 | 1 | -1/+6 |
* | Get rid of "init_all_protocols()"; instead, have a routine | Guy Harris | 2002-02-24 | 1 | -4/+15 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -3/+43 |
* | With the tvbuffication of all dissectors, the "packet_info" structure no | Guy Harris | 2002-02-17 | 1 | -4/+4 |
* | dissect_frame() can throw a ReportedBoundsError; catch it in | Gilbert Ramirez | 2002-02-11 | 1 | -4/+9 |
* | Use the "fragmented" field of the "packet_info" structure in | Guy Harris | 2002-01-17 | 1 | -2/+3 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 1 | -1/+32 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -1/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -3/+13 |
* | Clean up indentation. | Guy Harris | 2001-12-08 | 1 | -20/+20 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -5/+44 |
* | A "dissector_table_t" is no longer a pointer to a hash table, it's a | Guy Harris | 2001-12-03 | 1 | -4/+4 |
* | Get rid of the lists of conversation dissectors; instead, have a | Guy Harris | 2001-12-03 | 1 | -110/+93 |
* | Add a routine tro look for a given port in a given dissector table and, | Guy Harris | 2001-12-03 | 1 | -5/+17 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -71/+62 |
* | Rename another routine to get rid of an unnecessary "1" in its name. | Guy Harris | 2001-12-03 | 1 | -3/+3 |
* | Don't bother saving or restoring "can_desegment" until you actually call | Guy Harris | 2001-12-03 | 1 | -13/+14 |
* | Rename and re-comment some routines to make it clearer what they do. | Guy Harris | 2001-12-03 | 1 | -18/+27 |
* | Update from Ronnie Sahlberg: | Guy Harris | 2001-11-29 | 1 | -3/+26 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -1/+15 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 1 | -2/+6 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -12/+27 |
* | Get rid of some unused variables. | Guy Harris | 2001-11-21 | 1 | -4/+1 |
* | Get rid of the "len" and "captured_len" members of the "packet_info" | Guy Harris | 2001-11-20 | 1 | -27/+2 |
* | Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info" | Guy Harris | 2001-11-15 | 1 | -3/+1 |
* | Get rid of a bunch of stuff that was there to support non-tvbuffified | Guy Harris | 2001-10-31 | 1 | -71/+13 |
* | Create a routine to do the tvbuff-length-adjusting and | Guy Harris | 2001-06-29 | 1 | -1/+45 |
* | "old_dissector_delete()" is no longer used; remove it. | Guy Harris | 2001-06-02 | 1 | -31/+2 |
* | No old-style dissectors call "old_dissector_try_port()", so get rid of | Guy Harris | 2001-05-30 | 1 | -159/+12 |
* | Changed proto_init() to have it fetch proto_malformed at run time | Ed Warnicke | 2001-04-01 | 1 | -2/+8 |
* | Changed packet_init() to look up the frame dissector and cache its | Ed Warnicke | 2001-04-01 | 1 | -3/+6 |