aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2008-04-05Make wimax mac mgmt protocol findable by name.Martin Mathieson1-0/+4
2008-04-05Don't load in files unless tree is set.Martin Mathieson1-11/+15
2008-04-04Use proto_register_prefix() with wimaxasncp plugin.Martin Mathieson1-35/+57
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter27-54/+54
2008-03-21In glib 2.16 g_malloc Changed from:Anders Broman1-0/+4
2008-03-15Try to fix distcheck again.Gerald Combs1-1/+2
2008-03-14Fix distcheck.Gerald Combs1-0/+3
2008-03-14Make sure the Infiniband plugin is properly built and packaged.Gerald Combs1-1/+1
2008-03-14Added missing Id keywords, eol-style and ignore targets.Stig Bjørlykke6-2/+16
2008-03-14Make infiniband plugin compile.Stig Bjørlykke1-1/+1
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs10-0/+1869
2008-03-06Set default port of Unistim from 5000 to 0: It grabs the TAPAJörg Mayer1-1/+3
2008-03-05Fix the declaration of a true_false_stringStephen Fisher1-1/+1
2008-03-05From Peter Johansson :Anders Broman5-469/+591
2008-03-01Create proper dependancies for plugin.cJaap Keuter24-24/+48
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke24-24/+24
2008-02-25From Richard Kuemmel via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1...Jeff Morriss1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs26-26/+26
2008-02-07Fix a (never used) 'anonymous struct'Bill Meier1-1/+1
2008-02-06Eliminate an anonymous struct, as noticed by Andrew Hood.Stig Bjørlykke2-18/+18
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke9-122/+117
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-2/+2
2008-01-17add some parentheses as suggested by the OS X buildbotUlf Lamping1-12/+12
2008-01-17better conformance to the released DCP protocol spec:Ulf Lamping1-123/+170
2008-01-10Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186 (many unnamed str...Jeff Morriss3-123/+123
2008-01-10From Chris Maynard (bug 1852):Richard van der Hoff1-24/+24
2008-01-07As noted by David Halik in bug 2172:Stig Bjørlykke2-3/+3
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer3-3/+3
2007-12-13Fix for bug 2098:Jaap Keuter1-2/+10
2007-12-12The referenced sample files should be complete and correct.Jaap Keuter2-0/+9
2007-12-11mgcp is now in epan/dissectors/Jörg Mayer13-3078/+0
2007-12-11From Ales KocourekTomas Kukosa2-11/+11
2007-12-08Get rid of unused file. (No other plugin has it.)Guy Harris1-1/+0
2007-12-06Change calls to g_ntohs, g_ntohl, g_htons, and g_htonl to theirGerald Combs3-70/+69
2007-12-06Fix some specifier strings (%d -> %u).Martin Mathieson1-24/+27
2007-12-05Simplify Windows Makefile to improve maintainabilityBill Meier1-347/+37
2007-12-05I suppose we still need va_start/va_end when using se_strdup_vprintf.Stig Bjørlykke1-0/+2
2007-12-05To generate a session-lifetime string given a format and va_list, useGuy Harris1-7/+1
2007-12-05Add missing profinet to maintainer-cleanBill Meier1-0/+3
2007-12-03Codec plugin example. The stub for ImTelephone libraries.Tomas Kukosa12-0/+629
2007-11-28Change each filter prefix to match the protocol name ("wmx"). Add aGerald Combs39-1674/+1676
2007-11-28Tweak the order in which fields are registered, so that they don'tGerald Combs1-3/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-45/+49
2007-11-26Oops, don't put a comment inside a commentJeff Morriss1-2/+1
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss10-296/+298
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building out...Jeff Morriss1-71/+60
2007-11-19- Prettify "Value" node that contains EAP tree with top-level detailsMartin Mathieson4-38/+23
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson5-25/+143
2007-11-10Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.Guy Harris1-1/+1
2007-11-09From Stephen Croll.Martin Mathieson4-366/+839