aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-09-23H. Sivank <hsivank@gmail.com>jmayer16-19/+19
2010-09-22interlink type is decimalgirlich1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...morriss1-5/+5
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];wmeier1-1/+1
2010-08-21prefs_register_string_preference() overwrites the given value pointer with a ...morriss1-1/+11
2010-08-12(Trivial) Use consistent indentation; Whitespace cleanup.wmeier1-244/+244
2010-08-12Add new expansion.h file left out of the previous commit.wmeier1-0/+41
2010-08-12From Don Newton: Added dissection of Expansion Module (KEM,GEM) messages to U...wmeier2-0/+124
2010-07-27From Don Newton:jake1-3/+3
2010-07-09The only reason to escape "%" in a string is if you are, incorrectly,guy2-71/+23
2010-06-30Add Visual C++ project files to the distribution.gerald1-0/+1
2010-06-05Back out r33088 for now.gerald22-7930/+0
2010-06-04Add a checkapis target.gerald1-0/+3
2010-06-04From Matt Poduska via bug 1957 (with minor changes):gerald22-2/+7929
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy4-4/+4
2010-05-20Fixed warning "Field width should have type 'int'".stig1-3/+3
2010-05-14Synchronize Makefiles even more.jake6-0/+6
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.morriss17-79/+96
2010-05-13Create a new REP_NA value for fields where there are no representationsguy4-4/+4
2010-04-27Add some information about how/why this dissector is (partially) machine-gene...morriss7-20/+57
2010-04-26Make the OpcUa plugin's fields filterable (by giving them abbreviations).morriss3-443/+443
2010-04-19Simplify Makefile.nmake so that adding a new plugin to Makefile.nmakewmeier1-65/+34
2010-04-14Be sure we initialize the p_id in hf's. This fixesmorriss3-20/+28
2010-04-14Fix up MATE's hf display values so MATE will actually run.morriss1-6/+8
2010-04-08Get rid of check_col().etxrab3-6/+3
2010-04-08Get rid of check_col().etxrab25-361/+94
2010-04-07Remove some uneeded #includeswmeier10-23/+0
2010-04-06Get rid of check_coletxrab9-196/+113
2010-04-06Don't use %s as the format string in val_to_str().morriss8-9/+9
2010-04-06Don't use %s as the format string in val_to_str(). This fixes the fuzz failu...morriss1-1/+1
2010-04-06The third argument to val_to_str() is a format string that gets passedguy1-4/+1
2010-04-05Get rid of a bunch of check_col().etxrab40-579/+314
2010-04-02Make the test compile.jake1-6/+6
2010-04-01From sangaran:etxrab3-0/+81
2010-03-29From Richard Kümmel: Added the bitmasks for port 10 and port 11.wmeier1-5/+11
2010-03-18cmake changes:jmayer17-42/+60
2010-03-16Some if (tree) cleanupkrj1-21/+19
2010-03-16Avoid some dead assignmentskrj1-3/+3
2010-03-16Whitespace cleanupkrj1-10/+9
2010-03-16Indicate width of parent bitfieldkrj1-2/+2
2010-03-16Inline truth/false tablekrj1-2/+5
2010-03-16This adds a new dissector plugin: INTERLINK. This protocol is used ingirlich16-0/+1024
2010-03-16Fix some compiler warnings, clean up indentation a bit.guy1-19/+20
2010-02-25Generate asn1/hnbap/Makefile.guy16-64/+40
2010-02-24From Hannes Diethelm via bug 4525:stig1-2/+2
2010-01-28Fix some gcc -Wshadow warnings.wmeier4-22/+27
2010-01-28Fix gcc -Wshadow warning;wmeier1-1349/+1348
2010-01-28Fix some gcc -Wshadow warnings.wmeier5-28/+27
2010-01-28Fix gcc -Wshadow warning.wmeier1-3/+3
2010-01-13From Didier Gautheron:etxrab7-30/+15