| Commit message (Expand) | Author | Age | Files | Lines |
* | move value_strings from expert_dialogs into expert.c to remove duplicates | Ulf Lamping | 2006-08-31 | 1 | -1/+5 |
* | Neil Piercy: | Jörg Mayer | 2006-08-10 | 1 | -0/+1 |
* | add various enhancements to the CBA-ACCO dissector, including an added profin... | Ulf Lamping | 2006-06-29 | 1 | -0/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | fix some typos in a comment | Ulf Lamping | 2006-03-16 | 1 | -2/+2 |
* | Initialize a return value. Found by Coverity. | Gerald Combs | 2006-03-07 | 1 | -4/+4 |
* | Fix a possible NULL pointer dereference discovered by coverity. | Lars Roland | 2006-03-07 | 1 | -10/+10 |
* | fix a typo | Luis Ontanon | 2006-01-24 | 1 | -1/+1 |
* | Add register_postdissector() to the API. | Luis Ontanon | 2006-01-24 | 1 | -0/+20 |
* | From Jeff Snyder: | Anders Broman | 2005-10-03 | 1 | -0/+4 |
* | Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, | Guy Harris | 2005-09-11 | 1 | -1/+0 |
* | For "-G decodes", print the selector values as unsigned ints. | Gerald Combs | 2005-08-16 | 1 | -1/+1 |
* | Data sources have a lifetime spanning a single packet | Ronnie Sahlberg | 2005-08-14 | 1 | -18/+2 |
* | Add beginning of seasonal allocation in addition to the existing ephemeral ... | Ronnie Sahlberg | 2005-08-12 | 1 | -0/+4 |
* | More char -> const char warning fixes. | Jörg Mayer | 2005-08-05 | 1 | -1/+1 |
* | Fix more "no previous declaration" warnings | Jörg Mayer | 2005-08-02 | 1 | -1/+1 |
* | Constify to remove a bunch of warnings. Add some casts to squelch | Guy Harris | 2005-07-24 | 1 | -4/+4 |
* | More 'char*' -> 'const char*' changes to fix warnings. | Jörg Mayer | 2005-07-23 | 1 | -4/+4 |
* | Some applications do very naughty things like reusing a port for a different ... | Ronnie Sahlberg | 2005-05-11 | 1 | -3/+28 |
* | - Add support for libpcap files for MTP2 with a per packet header | Michael Tüxen | 2005-05-02 | 1 | -16/+17 |
* | Add a "cleanup_dissection()" routine, intended to free up data | Guy Harris | 2005-03-23 | 1 | -0/+14 |
* | Add a "-G decodes" option to ethereal and tethereal which shows the | Gerald Combs | 2005-03-11 | 1 | -0/+55 |
* | gssapi decryption nees a few new fields to pass the blobs from application la... | Ronnie Sahlberg | 2005-03-08 | 1 | -0/+4 |
* | Move the following files from /trunk to /trunk/epan: | Lars Roland | 2005-02-09 | 1 | -1/+1 |
* | Squelch a compiler warning. | Guy Harris | 2005-01-20 | 1 | -1/+1 |
* | From Julien Leproust: add heuristic dissectors' protocol names to the | Guy Harris | 2005-01-20 | 1 | -1/+45 |
* | Add a field called "frame.protocols" which shows the protocols present | Gerald Combs | 2005-01-19 | 1 | -2/+13 |
* | Get rid of some warnings about variables whose values might be lost in a | Guy Harris | 2005-01-01 | 1 | -1/+2 |
* | Make sure we don't return a random value in an unset variable if an | Guy Harris | 2004-10-31 | 1 | -1/+11 |
* | From Eric Wedel: backend things for "Decode As" of DCE-RPC interfaces | Ulf Lamping | 2004-09-04 | 1 | -0/+2 |
* | From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that an | Guy Harris | 2004-08-06 | 1 | -1/+1 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | added a byte count output to the packet details notebook tabs | Ulf Lamping | 2004-04-23 | 1 | -2/+2 |
* | Not all dissector handles have protocols associated with them; check for | Guy Harris | 2004-02-28 | 1 | -3/+23 |
* | with the cahnges to when to call the heuristic dissector | Ronnie Sahlberg | 2004-02-24 | 1 | -3/+1 |
* | Fix some pointer types | Jörg Mayer | 2004-02-01 | 1 | -10/+10 |
* | Add a "saved_can_desegment" field to the "packet_info" structure, so | Guy Harris | 2003-12-29 | 1 | -1/+12 |
* | From Olivier Biot: | Guy Harris | 2003-11-21 | 1 | -1/+11 |
* | Export "protocol_t" as an opaque type. | Guy Harris | 2003-11-16 | 1 | -22/+22 |
* | Add "dissector_get_string_handle()" for string dissector tables, similar | Guy Harris | 2003-09-09 | 1 | -1/+16 |
* | Support string dissector tables in the Tethereal "decode as" stuff. | Guy Harris | 2003-09-07 | 1 | -4/+10 |
* | When registering a dissector table, choose what type of hash and | Guy Harris | 2003-09-06 | 1 | -21/+309 |
* | Save and restore the value of pinfo->current_proto when calling a | Tim Potter | 2003-08-12 | 1 | -1/+12 |
* | From Lionel Ains: "-d" flag for decode-as support in Tethereal. | Guy Harris | 2003-06-05 | 1 | -9/+38 |
* | Add an API to get the dissector name from a dissector handle. | Guy Harris | 2003-05-23 | 1 | -2/+9 |
* | Update to TCP to handle hints from dissectors where the next PDU may start. | Ronnie Sahlberg | 2003-04-23 | 1 | -1/+5 |
* | Pull the stuff done in "dissect_packet()" to initialize a column_info | Guy Harris | 2003-04-16 | 1 | -14/+3 |
* | Add the notion of a "fence" to columns. A dissector can set the fence | Guy Harris | 2003-04-16 | 1 | -1/+2 |
* | Completely initialize all the address fields in a packet_info structure, | Guy Harris | 2003-03-01 | 1 | -1/+13 |
* | From Didier Gautheron: provide a mechanism to indicate why reassembly | Guy Harris | 2003-02-27 | 1 | -1/+2 |