| Commit message (Expand) | Author | Age | Files | Lines |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | Add register_postdissector() to the API. | Luis Ontanon | 2006-01-24 | 1 | -0/+7 |
* | Squelch more const pointer warnings. | Guy Harris | 2005-08-06 | 1 | -1/+1 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -1/+1 |
* | Constify to remove a bunch of warnings. Add some casts to squelch | Guy Harris | 2005-07-24 | 1 | -3/+3 |
* | More 'char*' -> 'const char*' changes to fix warnings. | Jörg Mayer | 2005-07-23 | 1 | -3/+3 |
* | Warning fix: Declare some more strings const | Jörg Mayer | 2005-06-19 | 1 | -2/+2 |
* | From Mike Duigou: | Anders Broman | 2005-06-03 | 1 | -12/+31 |
* | Some applications do very naughty things like reusing a port for a different ... | Ronnie Sahlberg | 2005-05-11 | 1 | -1/+8 |
* | Add a "cleanup_dissection()" routine, intended to free up data | Guy Harris | 2005-03-23 | 1 | -0/+3 |
* | warning: function declaration isn't a prototype | Jörg Mayer | 2005-03-12 | 1 | -1/+1 |
* | from Micheal Duigou: add some doxygen tags and some changes to README.developer | Ulf Lamping | 2005-03-11 | 1 | -0/+4 |
* | Add a "-G decodes" option to ethereal and tethereal which shows the | Gerald Combs | 2005-03-11 | 1 | -0/+6 |
* | split capture_loop from capture.c, some more code cleanup | Ulf Lamping | 2004-10-30 | 1 | -0/+3 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | Pick up the stuff I did for tcpdump to figure out the right strings to | Guy Harris | 2004-06-19 | 1 | -1/+9 |
* | add details for doxygen | Ulf Lamping | 2004-06-08 | 1 | -14/+37 |
* | Have a pseudo-header for Ethernet packets, giving the size of the FCS - | Guy Harris | 2003-10-01 | 1 | -2/+2 |
* | Add "dissector_get_string_handle()" for string dissector tables, similar | Guy Harris | 2003-09-09 | 1 | -1/+6 |
* | Support string dissector tables in the Tethereal "decode as" stuff. | Guy Harris | 2003-09-07 | 1 | -6/+6 |
* | When registering a dissector table, choose what type of hash and | Guy Harris | 2003-09-06 | 1 | -11/+35 |
* | From Tomas Kukosa: add "find_dissector_table()", | Guy Harris | 2003-07-31 | 1 | -5/+5 |
* | From Lionel Ains: "-d" flag for decode-as support in Tethereal. | Guy Harris | 2003-06-05 | 1 | -6/+9 |
* | Add an API to get the dissector name from a dissector handle. | Guy Harris | 2003-05-23 | 1 | -1/+4 |
* | From Chris Waters: export "find_dissector_table()" and add | Guy Harris | 2002-11-15 | 1 | -1/+7 |
* | From Solomon Peachy: support for new "wlancap" 802.11 extra-information | Guy Harris | 2002-11-06 | 1 | -2/+3 |
* | Count ICMPv6 packets as ICMP when capturing. | Guy Harris | 2002-10-25 | 1 | -2/+1 |
* | Minimalistic support for counting IPv6 packets during capture | Jörg Mayer | 2002-10-22 | 1 | -1/+2 |
* | From Ulf Lamping: count ARP packets in capture progress dialog box. | Guy Harris | 2002-10-14 | 1 | -1/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -4/+4 |
* | Moved the generic true_false_string saying "Set", "Not set" into | Tim Potter | 2002-08-21 | 1 | -1/+3 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -3/+3 |
* | Get rid of the "data_src" member of the "frame_data" structure; put it | Guy Harris | 2002-06-04 | 1 | -3/+4 |
* | Merge the work in Novell_NCP_branch into the mainline code. | Gilbert Ramirez | 2002-05-09 | 1 | -1/+15 |
* | Add routines to create anonymous handles for new-style dissectors (ones | Guy Harris | 2002-04-28 | 1 | -1/+3 |
* | Allow dissectors to be registered as "old-style" or "new-style" | Guy Harris | 2002-02-26 | 1 | -3/+21 |
* | Get rid of "init_all_protocols()"; instead, have a routine | Guy Harris | 2002-02-24 | 1 | -3/+3 |
* | Don't give tvbuffs names; instead, give data sources names, where a | Guy Harris | 2002-02-18 | 1 | -1/+12 |
* | With the tvbuffication of all dissectors, the "packet_info" structure no | Guy Harris | 2002-02-17 | 1 | -7/+4 |
* | Old-style (non-tvbuffified) dissectors haven't been supported since | Guy Harris | 2002-02-06 | 1 | -2/+1 |
* | Long NCP traces can easily have many packets whose "uniqueness" | Gilbert Ramirez | 2002-01-05 | 1 | -1/+10 |
* | Provide for per-protocol-tree data in the proto_tree code. | Gilbert Ramirez | 2001-12-18 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -2/+2 |
* | Attach a descriptive name field type and base to dissector tables; that | Guy Harris | 2001-12-08 | 1 | -2/+14 |
* | Get rid of the lists of conversation dissectors; instead, have a | Guy Harris | 2001-12-03 | 1 | -32/+12 |
* | Add a routine tro look for a given port in a given dissector table and, | Guy Harris | 2001-12-03 | 1 | -1/+6 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -14/+15 |
* | Change "conversation_set_dissector()" to take a dissector handle, rather | Guy Harris | 2001-11-27 | 1 | -1/+5 |
* | This should be the final bit of removing the dissect_data symbol | Ed Warnicke | 2001-11-26 | 1 | -4/+1 |
* | Remove the global packet_info called "pi". Dissectors now only | Gilbert Ramirez | 2001-11-21 | 1 | -3/+4 |