aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* The typedefs in plugins/plugin_table.h must have "addr_" in front of theGuy Harris2003-04-304-22/+18
* From Matthijs Melchior: export the exception mechanism routines toGuy Harris2003-04-304-4/+69
* Modify tvb_get_nstringz*() to behave more like snprintf(). Make changesGerald Combs2003-04-303-8/+9
* Add a "proto_item_set_end()" routine that sets the length of an itemGuy Harris2003-04-294-9/+17
* From Matthijs Melchior: add the ASN.1 routines to the table of routinesGuy Harris2003-04-244-4/+113
* Add the usual .cvsignore file.Guy Harris2003-04-211-0/+19
* From Erwin Rol: ArtNET support.Guy Harris2003-04-2111-5/+2519
* From Lars Roland:Guy Harris2003-04-164-15/+24
* Add "proto_tree_add_none_format()" to the set of functions exported toGuy Harris2003-04-084-4/+8
* Add packet-mgcp.h to the distribution.Gerald Combs2003-03-071-3/+3
* "transid" values are guint32's, and should be printed with "%u" (onGuy Harris2003-03-061-3/+4
* From Lars Ronald :Ronnie Sahlberg2003-03-066-30/+387
* Put in a blank between "Intercept" and "packets".Guy Harris2003-02-251-2/+2
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-312-7/+7
* Get rid of the extra "pcli." in the "pcli.pcli.udp_port" preference.Guy Harris2003-01-281-3/+3
* Remove an unused function prototypeJörg Mayer2003-01-241-3/+1
* #if 0 out the binary protocol stuff, as there's only a dissector forGuy Harris2003-01-151-24/+37
* Give it an RCS ID.Guy Harris2003-01-141-0/+2
* From Christian Falckenberg: beginnings of a MEGACO dissector.Guy Harris2003-01-1412-4/+864
* Fix the copyright notice, give it an RCS ID, and fix the introductoryGuy Harris2003-01-111-4/+5
* Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureGuy Harris2003-01-091-1/+1
* Make the format argument to the "col_XXX_fstr()" routines, and the "str"Guy Harris2002-12-021-5/+5
* Fix "addr_ip6_to_str" to reflect the fact that "ip6_to_str()" now takesGuy Harris2002-11-281-2/+2
* From Tomas Kukosa: export more routines to plugins.Guy Harris2002-11-144-4/+125
* Added a pointer to more information on PCLIEd Warnicke2002-10-241-1/+4
* When registering a protocol, make sure there are no other protocols withGuy Harris2002-10-151-3/+3
* As we are (correctly) calling the IP dissector regardless of whether aGuy Harris2002-10-101-4/+7
* Fixed minor error in call ordering.Ed Warnicke2002-10-101-2/+2
* Fix a cut-and-pasteo - PCLI isn't defined by RFC 2705; that's the MGCPGuy Harris2002-10-081-3/+2
* Remove unnecessary config* stuffJörg Mayer2002-10-061-7/+0
* Ignore *.la and *.loJörg Mayer2002-10-061-8/+7
* Added a dissector plugin for Packet Cable Lawful Intercept.Ed Warnicke2002-10-0312-4/+659
* Fix two minor typos by Anand V. NarwaniJörg Mayer2002-09-231-3/+3
* Handle ignored files more flexible. This also fixes the newest filesJörg Mayer2002-09-121-47/+2
* From Anand Narwani: fix an error in decoding classifier TLV's.Guy Harris2002-09-121-4/+4
* From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris2002-09-1028-11/+390
* From Anand Narwani: updates to fix:Guy Harris2002-08-302-12/+60
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-2815-1402/+1402
* From Anand Narwani: fix an infinite recursion issue when decodingGuy Harris2002-08-201-1/+10
* From Tomas Kukosa: add some more routines to the plugin API.Guy Harris2002-08-144-4/+29
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-0228-223/+8
* Update from Anand V. Narwani:Guy Harris2002-07-221-6/+54
* Offsets in packets should be "int", not "guint8", unless there is anGuy Harris2002-07-211-3/+3
* From Anand V. Narwani: fix to the Info column for Request frames.Guy Harris2002-07-201-3/+3
* Add an extra argument to "tvb_find_line_end()", which specifies what itGuy Harris2002-07-172-12/+12
* From Joerg Mayer:Guy Harris2002-07-1725-111/+1
* Get rid of carriage returns.Guy Harris2002-07-161-43/+43
* From Anand V. Narwani: fix so that when a filter is applied to a DOCSISGuy Harris2002-07-141-6/+2
* From Anand V. Narwani:Guy Harris2002-07-1240-22/+9135
* From Nix:Guy Harris2002-07-064-11/+11