| Commit message (Expand) | Author | Age | Files | Lines |
* | The typedefs in plugins/plugin_table.h must have "addr_" in front of the | Guy Harris | 2003-04-30 | 4 | -22/+18 |
* | From Matthijs Melchior: export the exception mechanism routines to | Guy Harris | 2003-04-30 | 4 | -4/+69 |
* | Modify tvb_get_nstringz*() to behave more like snprintf(). Make changes | Gerald Combs | 2003-04-30 | 3 | -8/+9 |
* | Add a "proto_item_set_end()" routine that sets the length of an item | Guy Harris | 2003-04-29 | 4 | -9/+17 |
* | From Matthijs Melchior: add the ASN.1 routines to the table of routines | Guy Harris | 2003-04-24 | 4 | -4/+113 |
* | Add the usual .cvsignore file. | Guy Harris | 2003-04-21 | 1 | -0/+19 |
* | From Erwin Rol: ArtNET support. | Guy Harris | 2003-04-21 | 11 | -5/+2519 |
* | From Lars Roland: | Guy Harris | 2003-04-16 | 4 | -15/+24 |
* | Add "proto_tree_add_none_format()" to the set of functions exported to | Guy Harris | 2003-04-08 | 4 | -4/+8 |
* | Add packet-mgcp.h to the distribution. | Gerald Combs | 2003-03-07 | 1 | -3/+3 |
* | "transid" values are guint32's, and should be printed with "%u" (on | Guy Harris | 2003-03-06 | 1 | -3/+4 |
* | From Lars Ronald : | Ronnie Sahlberg | 2003-03-06 | 6 | -30/+387 |
* | Put in a blank between "Intercept" and "packets". | Guy Harris | 2003-02-25 | 1 | -2/+2 |
* | Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemed | Guy Harris | 2003-01-31 | 2 | -7/+7 |
* | Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference. | Guy Harris | 2003-01-28 | 1 | -3/+3 |
* | Remove an unused function prototype | Jörg Mayer | 2003-01-24 | 1 | -3/+1 |
* | #if 0 out the binary protocol stuff, as there's only a dissector for | Guy Harris | 2003-01-15 | 1 | -24/+37 |
* | Give it an RCS ID. | Guy Harris | 2003-01-14 | 1 | -0/+2 |
* | From Christian Falckenberg: beginnings of a MEGACO dissector. | Guy Harris | 2003-01-14 | 12 | -4/+864 |
* | Fix the copyright notice, give it an RCS ID, and fix the introductory | Guy Harris | 2003-01-11 | 1 | -4/+5 |
* | Use "plugindir", not "PLUGIN_DIR", as the variable name in the configure | Guy Harris | 2003-01-09 | 1 | -1/+1 |
* | Make the format argument to the "col_XXX_fstr()" routines, and the "str" | Guy Harris | 2002-12-02 | 1 | -5/+5 |
* | Fix "addr_ip6_to_str" to reflect the fact that "ip6_to_str()" now takes | Guy Harris | 2002-11-28 | 1 | -2/+2 |
* | From Tomas Kukosa: export more routines to plugins. | Guy Harris | 2002-11-14 | 4 | -4/+125 |
* | Added a pointer to more information on PCLI | Ed Warnicke | 2002-10-24 | 1 | -1/+4 |
* | When registering a protocol, make sure there are no other protocols with | Guy Harris | 2002-10-15 | 1 | -3/+3 |
* | As we are (correctly) calling the IP dissector regardless of whether a | Guy Harris | 2002-10-10 | 1 | -4/+7 |
* | Fixed minor error in call ordering. | Ed Warnicke | 2002-10-10 | 1 | -2/+2 |
* | Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCP | Guy Harris | 2002-10-08 | 1 | -3/+2 |
* | Remove unnecessary config* stuff | Jörg Mayer | 2002-10-06 | 1 | -7/+0 |
* | Ignore *.la and *.lo | Jörg Mayer | 2002-10-06 | 1 | -8/+7 |
* | Added a dissector plugin for Packet Cable Lawful Intercept. | Ed Warnicke | 2002-10-03 | 12 | -4/+659 |
* | Fix two minor typos by Anand V. Narwani | Jörg Mayer | 2002-09-23 | 1 | -3/+3 |
* | Handle ignored files more flexible. This also fixes the newest files | Jörg Mayer | 2002-09-12 | 1 | -47/+2 |
* | From Anand Narwani: fix an error in decoding classifier TLV's. | Guy Harris | 2002-09-12 | 1 | -4/+4 |
* | From Anand Narwani: support for Cisco vendor-specific TLVs. | Guy Harris | 2002-09-10 | 28 | -11/+390 |
* | From Anand Narwani: updates to fix: | Guy Harris | 2002-08-30 | 2 | -12/+60 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 15 | -1402/+1402 |
* | From Anand Narwani: fix an infinite recursion issue when decoding | Guy Harris | 2002-08-20 | 1 | -1/+10 |
* | From Tomas Kukosa: add some more routines to the plugin API. | Guy Harris | 2002-08-14 | 4 | -4/+29 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 28 | -223/+8 |
* | Update from Anand V. Narwani: | Guy Harris | 2002-07-22 | 1 | -6/+54 |
* | Offsets in packets should be "int", not "guint8", unless there is an | Guy Harris | 2002-07-21 | 1 | -3/+3 |
* | From Anand V. Narwani: fix to the Info column for Request frames. | Guy Harris | 2002-07-20 | 1 | -3/+3 |
* | Add an extra argument to "tvb_find_line_end()", which specifies what it | Guy Harris | 2002-07-17 | 2 | -12/+12 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 25 | -111/+1 |
* | Get rid of carriage returns. | Guy Harris | 2002-07-16 | 1 | -43/+43 |
* | From Anand V. Narwani: fix so that when a filter is applied to a DOCSIS | Guy Harris | 2002-07-14 | 1 | -6/+2 |
* | From Anand V. Narwani: | Guy Harris | 2002-07-12 | 40 | -22/+9135 |
* | From Nix: | Guy Harris | 2002-07-06 | 4 | -11/+11 |