aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2008-05-05Add Id tag.Anders Broman1-1/+3
svn path=/trunk/; revision=25236
2008-05-05Don't use proto_tree_add_item_hidden().Anders Broman2-21/+42
svn path=/trunk/; revision=25235
2008-05-05Dount use proto_tree_add_item_hidden().Anders Broman4-10/+19
svn path=/trunk/; revision=25233
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman30-0/+91
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-04-30Now with EAP dissector safety valve.Jaap Keuter1-1/+4
svn path=/trunk/; revision=25204
2008-04-30From cfreeer:Jaap Keuter1-1/+5
There is no EAP decoder to decode EAP messages packed in Wimax PKM messages. I called the EAP decoder found in the Wireshark. svn path=/trunk/; revision=25203
2008-04-25 Bug 2493: Fix (Part 3 of 3): Bill Meier1-1/+7
To prevent Windows compiler errors when using flex 2.5.35. Ignore 'signed /unsigned mismatch' warnings svn path=/trunk/; revision=25174
2008-04-25 Bug 2493: Fix (Part 2): Bill Meier2-10/+29
To prevent Windows compiler errors when using flex 2.5.35. Fixes "missing unistd.h" and yywrap "mismatched parameter" warnings [Upcoming Part 3: ignore 'signed /unsigned mismatch' errors] svn path=/trunk/; revision=25173
2008-04-24From Mohan (bug 2501):Stig Bjørlykke1-0/+1
Add a missing break statement. svn path=/trunk/; revision=25168
2008-04-19Fix for bug 2475:Jaap Keuter1-7/+18
Add a preference to the UNISTIM dissector so that you can set the default port back to 5000, even though this conflicts with other dissectors. svn path=/trunk/; revision=25118
2008-04-14The generated code warns about 'input' being unused. -Werror turns this into ↵Jörg Mayer1-1/+1
a failure svn path=/trunk/; revision=25027
2008-04-14Get rid of some unused functions to prevent -Werror from causing the compile ↵Jörg Mayer1-0/+6
to fail svn path=/trunk/; revision=25026
2008-04-14clarify the stats_tree menu itemsUlf Lamping1-4/+4
svn path=/trunk/; revision=25009
2008-04-08fix the Win32 build: tfs_yes_no -> tfs_yes_no_sbc Ulf Lamping1-10/+8
svn path=/trunk/; revision=24840
2008-04-07Fix for bug 2401:Jaap Keuter2-20/+20
Repair header field type definitions, based on a patch from Chris Yang. svn path=/trunk/; revision=24839
2008-04-07- Remove GLIB1 codeStephen Fisher3-3/+0
- Change ugly GLIB version checking statements to GLIB_CHECK_VERSION - Remove ws_strsplit files because we no longer need to borrow GLIB2's g_strsplit code for the no longer supported GLIB1 builds svn path=/trunk/; revision=24829
2008-04-07Remove GTK1 code.Stephen Fisher1-3/+1
svn path=/trunk/; revision=24827
2008-04-05Make wimax mac mgmt protocol findable by name.Martin Mathieson1-0/+4
Bug 2409. svn path=/trunk/; revision=24782
2008-04-05Don't load in files unless tree is set.Martin Mathieson1-11/+15
If a user wants to load or capture quickly, they won't want to wait for the file to be processed after the first frame. svn path=/trunk/; revision=24781
2008-04-04Use proto_register_prefix() with wimaxasncp plugin.Martin Mathieson1-35/+57
Also fix a crash problem seen with no filters (i.e. NULL tree). svn path=/trunk/; revision=24767
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter27-54/+54
svn path=/trunk/; revision=24757
2008-03-21In glib 2.16 g_malloc Changed from:Anders Broman1-0/+4
- gpointer g_malloc (gulong n_bytes) G_GNUC_MALLOC; to: + gpointer g_malloc (gsize n_bytes) G_GNUC_MALLOC; svn path=/trunk/; revision=24710
2008-03-15Try to fix distcheck again.Gerald Combs1-1/+2
svn path=/trunk/; revision=24637
2008-03-14Fix distcheck.Gerald Combs1-0/+3
svn path=/trunk/; revision=24636
2008-03-14Make sure the Infiniband plugin is properly built and packaged.Gerald Combs1-1/+1
svn path=/trunk/; revision=24634
2008-03-14Added missing Id keywords, eol-style and ignore targets.Stig Bjørlykke6-2/+16
svn path=/trunk/; revision=24632
2008-03-14Make infiniband plugin compile.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24631
2008-03-14From Stephen Donnelly via bug 2235:Gerald Combs10-0/+1869
This plugin implements a dissector for Infiniband. It is released under the GPL v2. Rather than using say libpcap to capture raw (unframed) IP packets from near the top of an IPoIB stack, this plugin dissects link level Infiniband frames. Infiniband trace files can be read from Endace ERF format trace files, or from libpcap DLT_ERF files containing ERF TYPE_INFINIBAND records. There is currently no native DLT_INFINIBAND in libpcap. Each record contains a hardware timestamp, capture metadata such as port Id, and a complete link level Infiniband frame starting from the Local Route Header. svn path=/trunk/; revision=24628
2008-03-06Set default port of Unistim from 5000 to 0: It grabs the TAPAJörg Mayer1-1/+3
packets that I need. The Unistim dissector should be made a heuristic dissector that is willing to coexist with other dissectors. Until such a time the port should remain 0. svn path=/trunk/; revision=24573
2008-03-05Fix the declaration of a true_false_stringStephen Fisher1-1/+1
svn path=/trunk/; revision=24572
2008-03-05From Peter Johansson :Anders Broman5-469/+591
Support for EtherCAT subdissectors. svn path=/trunk/; revision=24566
2008-03-01Create proper dependancies for plugin.cJaap Keuter24-24/+48
svn path=/trunk/; revision=24520
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke24-24/+24
svn path=/trunk/; revision=24488
2008-02-25From Richard Kuemmel via ↵Jeff Morriss1-1/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1430 : fix length mask. svn path=/trunk/; revision=24459
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs26-26/+26
instead of "0". svn path=/trunk/; revision=24376
2008-02-07Fix a (never used) 'anonymous struct'Bill Meier1-1/+1
svn path=/trunk/; revision=24279
2008-02-06Eliminate an anonymous struct, as noticed by Andrew Hood.Stig Bjørlykke2-18/+18
svn path=/trunk/; revision=24277
2008-02-05Rewrote some prohibited APIs in plugins/ (sprintf, strcpy, strcat).Stig Bjørlykke9-122/+117
svn path=/trunk/; revision=24274
2008-01-24Fixed some more malloc -> g_malloc, free -> g_free, strdup -> g_strdup.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=24180
2008-01-17add some parentheses as suggested by the OS X buildbotUlf Lamping1-12/+12
svn path=/trunk/; revision=24122
2008-01-17better conformance to the released DCP protocol spec:Ulf Lamping1-123/+170
- redesign/refactoring the code to support BlockQualifier - fix handling of BlockInfo - rename some display strings for better spec conformance - remove LLDP suboption svn path=/trunk/; revision=24120
2008-01-10Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2186 (many unnamed ↵Jeff Morriss3-123/+123
structs in packet-ecatmb.h) by adding predictable (but not very descriptive) struct names svn path=/trunk/; revision=24061
2008-01-10From Chris Maynard (bug 1852):Richard van der Hoff1-24/+24
These packet-g*.c files all have display filter issues: 1) packet-gryphon.c: PROTOABBREV is "gryphon", but display filter fields are prefixed with only "gryph". 2) packet-gmrp.c: PROTOABBREV is "gmrp", but display filter fields are prefixed with "garp". 3) packet-gssapi.c: PROTOABBREV is "gss-api", but display filter fields are prefixed with "gssapi". 4) packet-gvrp.c: PROTOABBREV is "gvrp", but display filter fields are prefixed with "garp", most of which conflict with packet-gmrp.c's display filter fields. svn path=/trunk/; revision=24058
2008-01-07As noted by David Halik in bug 2172:Stig Bjørlykke2-3/+3
Removed an unnamed union member in ethercat. svn path=/trunk/; revision=24024
2007-12-14Warning fixes: function declaration isn’t a prototypeJörg Mayer3-3/+3
svn path=/trunk/; revision=23862
2007-12-13Fix for bug 2098:Jaap Keuter1-2/+10
Test that message length is at least the minumum required, otherwise generate expert item.. svn path=/trunk/; revision=23854
2007-12-12The referenced sample files should be complete and correct.Jaap Keuter2-0/+9
svn path=/trunk/; revision=23848
2007-12-11mgcp is now in epan/dissectors/Jörg Mayer13-3078/+0
svn path=/trunk/; revision=23843
2007-12-11From Ales KocourekTomas Kukosa2-11/+11
example plugin updated svn path=/trunk/; revision=23839
2007-12-08Get rid of unused file. (No other plugin has it.)Guy Harris1-1/+0
svn path=/trunk/; revision=23812