aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* add some parentheses as suggested by the OS X buildbotUlf Lamping2008-01-171-12/+12
* better conformance to the released DCP protocol spec:Ulf Lamping2008-01-171-123/+170
* Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186 (many unnamed str...Jeff Morriss2008-01-103-123/+123
* From Chris Maynard (bug 1852):Richard van der Hoff2008-01-101-24/+24
* As noted by David Halik in bug 2172:Stig Bjørlykke2008-01-072-3/+3
* Warning fixes: function declaration isn’t a prototypeJörg Mayer2007-12-143-3/+3
* Fix for bug 2098:Jaap Keuter2007-12-131-2/+10
* The referenced sample files should be complete and correct.Jaap Keuter2007-12-122-0/+9
* mgcp is now in epan/dissectors/Jörg Mayer2007-12-1113-3078/+0
* From Ales KocourekTomas Kukosa2007-12-112-11/+11
* Get rid of unused file. (No other plugin has it.)Guy Harris2007-12-081-1/+0
* Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to theirGerald Combs2007-12-063-70/+69
* Fix some specifier strings (%d -> %u).Martin Mathieson2007-12-061-24/+27
* Simplify Windows Makefile to improve maintainabilityBill Meier2007-12-051-347/+37
* I suppose we still need va_start/va_end when using se_strdup_vprintf.Stig Bjørlykke2007-12-051-0/+2
* To generate a session-lifetime string given a format and va_list, useGuy Harris2007-12-051-7/+1
* Add missing profinet to maintainer-cleanBill Meier2007-12-051-0/+3
* Codec plugin example. The stub for ImTelephone libraries.Tomas Kukosa2007-12-0312-0/+629
* Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs2007-11-2839-1674/+1676
* Tweak the order in which fields are registered, so that they don'tGerald Combs2007-11-281-3/+3
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-45/+49
* Oops, don't put a comment inside a commentJeff Morriss2007-11-261-2/+1
* Get rid of C++/C99 style comments--not all compilers support themJeff Morriss2007-11-2610-296/+298
* Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building out...Jeff Morriss2007-11-241-71/+60
* - Prettify "Value" node that contains EAP tree with top-level detailsMartin Mathieson2007-11-194-38/+23
* Embedding EAP inside wimaxasncp.Martin Mathieson2007-11-165-25/+143
* Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.Guy Harris2007-11-101-1/+1
* From Stephen Croll.Martin Mathieson2007-11-094-366/+839
* Apply yet another set of the optimization patches:Anders Broman2007-11-091-9/+29
* Delete generated files at distclean.Anders Broman2007-11-051-0/+1
* Get rid of most of the legacy oid stuff.Anders Broman2007-11-011-1/+1
* Change a few g_string_append_printf() (GTK2 only) calls to g_strdup_printf()Stephen Fisher2007-10-301-7/+11
* Add expert item for cases of unmatched function type or message op.Martin Mathieson2007-10-261-3/+26
* s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).Jeff Morriss2007-10-173-5/+10
* sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit numb...Jeff Morriss2007-10-161-72/+72
* Fix a warning about different variable sizes that prevented compilationJörg Mayer2007-10-161-3/+3
* Fixed compiler errors.Stig Bjørlykke2007-10-151-3/+3
* Try to fix the buildbot.Anders Broman2007-10-151-3/+3
* Add ethercat againAnders Broman2007-10-151-0/+1
* Make MGCP a builtin dissector to reduce the number of plugins.Anders Broman2007-10-152-17/+0
* From Peter Johansson:Anders Broman2007-10-1511-295/+193
* Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only onc...Bill Meier2007-10-151-3/+9
* In source tree, move wimaxasncp TLV files from plugin folder -> new top-level...Martin Mathieson2007-10-153-2010/+2
* Remove Ethercat from the makefiles(second try)Anders Broman2007-10-151-1/+0
* Remove Ethercat from the makefilesAnders Broman2007-10-151-1/+1
* Someone has a compromised filesystem since it contained all kinds of stuff fr...Jaap Keuter2007-10-1410-335/+46
* Ethercat pluginAnders Broman2007-10-142-0/+17
* Ethercat pluginAnders Broman2007-10-1420-0/+8708
* Fix Unix buildbots ("warning: 'msg_type' may be used uninitialized in thisStephen Fisher2007-10-141-1/+1
* Decode SDP inside Cisco SM messages(huge guesswork).Anders Broman2007-10-131-34/+123