aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2008-01-10Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186 (many unnamed str...morriss3-123/+123
2008-01-10From Chris Maynard (bug 1852):richardv1-24/+24
2008-01-07As noted by David Halik in bug 2172:stig2-3/+3
2007-12-14Warning fixes: function declaration isn’t a prototypejmayer3-3/+3
2007-12-13Fix for bug 2098:jake1-2/+10
2007-12-12The referenced sample files should be complete and correct.jake2-0/+9
2007-12-11mgcp is now in epan/dissectors/jmayer13-3078/+0
2007-12-11From Ales Kocourekkukosa2-11/+11
2007-12-08Get rid of unused file. (No other plugin has it.)guy1-1/+0
2007-12-06Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to theirgerald3-70/+69
2007-12-06Fix some specifier strings (%d -> %u).martinm1-24/+27
2007-12-05Simplify Windows Makefile to improve maintainabilitywmeier1-347/+37
2007-12-05I suppose we still need va_start/va_end when using se_strdup_vprintf.stig1-0/+2
2007-12-05To generate a session-lifetime string given a format and va_list, useguy1-7/+1
2007-12-05Add missing profinet to maintainer-cleanwmeier1-0/+3
2007-12-03Codec plugin example. The stub for ImTelephone libraries.kukosa12-0/+629
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add agerald39-1674/+1676
2007-11-28Tweak the order in which fields are registered, so that they don'tgerald1-3/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-45/+49
2007-11-26Oops, don't put a comment inside a commentmorriss1-2/+1
2007-11-26Get rid of C++/C99 style comments--not all compilers support themmorriss10-296/+298
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building out...morriss1-71/+60
2007-11-19- Prettify "Value" node that contains EAP tree with top-level detailsmartinm4-38/+23
2007-11-16Embedding EAP inside wimaxasncp.martinm5-25/+143
2007-11-10Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.guy1-1/+1
2007-11-09From Stephen Croll.martinm4-366/+839
2007-11-09Apply yet another set of the optimization patches:etxrab1-9/+29
2007-11-05Delete generated files at distclean.etxrab1-0/+1
2007-11-01Get rid of most of the legacy oid stuff.etxrab1-1/+1
2007-10-30Change a few g_string_append_printf() (GTK2 only) calls to g_strdup_printf()sfisher1-7/+11
2007-10-26Add expert item for cases of unmatched function type or message op.martinm1-3/+26
2007-10-17s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).morriss3-5/+10
2007-10-16sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit numb...morriss1-72/+72
2007-10-16Fix a warning about different variable sizes that prevented compilationjmayer1-3/+3
2007-10-15Fixed compiler errors.stig1-3/+3
2007-10-15Try to fix the buildbot.etxrab1-3/+3
2007-10-15Add ethercat againetxrab1-0/+1
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.etxrab2-17/+0
2007-10-15From Peter Johansson:etxrab11-295/+193
2007-10-15Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only onc...wmeier1-3/+9
2007-10-15In source tree, move wimaxasncp TLV files from plugin folder -> new top-level...martinm3-2010/+2
2007-10-15Remove Ethercat from the makefiles(second try)etxrab1-1/+0
2007-10-15Remove Ethercat from the makefilesetxrab1-1/+1
2007-10-14Someone has a compromised filesystem since it contained all kinds of stuff fr...jake10-335/+46
2007-10-14Ethercat pluginetxrab2-0/+17
2007-10-14Ethercat pluginetxrab20-0/+8708
2007-10-14Fix Unix buildbots ("warning: 'msg_type' may be used uninitialized in thissfisher1-1/+1
2007-10-13Decode SDP inside Cisco SM messages(huge guesswork).etxrab1-34/+123
2007-10-12Fix wimaxasncp compilation under Windows. Rename a macro that's definedgerald2-9/+7
2007-10-12Another blind attempt to fix the Windows buildbot.martinm1-1/+4