aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Initialize aitem.Stig Bjørlykke1-1/+1
2008-05-14fix missing brackets causing uninitialized hidden_itemTomas Kukosa1-2/+3
2008-05-14From Anders Broman:Tomas Kukosa3-70/+144
2008-05-14From cfreeer (bug 2541):Stig Bjørlykke1-0/+2
2008-05-14From cfreeer (bug 2540):Stig Bjørlykke1-1/+1
2008-05-14From cfreeer:Jaap Keuter1-7/+7
2008-05-13Fix some of the Errors/warnings detected by checkapi.Anders Broman1-1/+1
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...Bill Meier4-13/+13
2008-05-10From Hans-Peter Bock:Jaap Keuter19-0/+2738
2008-05-09Use PROTO_ITEM_SET_HIDDEN().Anders Broman10-38/+70
2008-05-08Run checkAPI in plugins dir.Anders Broman10-95/+99
2008-05-05Add Id tag.Anders Broman1-1/+3
2008-05-05Don't use proto_tree_add_item_hidden().Anders Broman2-21/+42
2008-05-05Dount use proto_tree_add_item_hidden().Anders Broman4-10/+19
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman30-0/+91
2008-04-30Now with EAP dissector safety valve.Jaap Keuter1-1/+4
2008-04-30From cfreeer:Jaap Keuter1-1/+5
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-1/+7
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier2-10/+29
2008-04-24From Mohan (bug 2501):Stig Bjørlykke1-0/+1
2008-04-19Fix for bug 2475:Jaap Keuter1-7/+18
2008-04-14The generated code warns about 'input' being unused. -Werror turns this into ...Jörg Mayer1-1/+1
2008-04-14Get rid of some unused functions to prevent -Werror from causing the compile ...Jörg Mayer1-0/+6
2008-04-14clarify the stats_tree menu itemsUlf Lamping1-4/+4
2008-04-08fix the Win32 build: tfs_yes_no -> tfs_yes_no_sbc Ulf Lamping1-10/+8
2008-04-07Fix for bug 2401:Jaap Keuter2-20/+20
2008-04-07- Remove GLIB1 codeStephen Fisher3-3/+0
2008-04-07Remove GTK1 code.Stephen Fisher1-3/+1
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