aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2010-11-17From David Katz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5166 :Jeff Morriss3-176/+357
2010-11-16From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss6-1/+158
2010-11-16From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-8/+29
2010-11-15From Gerhard Gappmeier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Jeff Morriss1-33/+25
2010-11-05Simply use %c for printing char.Stig Bjørlykke1-1/+1
2010-11-05Fixed a printf modifier to remove a warning from clang.Stig Bjørlykke1-1/+1
2010-10-17Remove some unused hf entries.Stig Bjørlykke28-168/+0
2010-10-17Removed unused hf_pn_dcp and hf_pn_ptcp.Stig Bjørlykke2-7/+0
2010-10-17Removed unused hf_ecat_mailbox.Stig Bjørlykke1-6/+0
2010-10-15From ToddS via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5300 :Jeff Morriss1-0/+6
2010-10-15From ToddS via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5299 :Jeff Morriss1-1/+1
2010-10-04From Yu Zhang:Anders Broman1-1/+2
2010-09-24Plugins are not shared libraries, so:Guy Harris17-20/+0
2010-09-24Track offset even when tree==NULL.Jaap Keuter1-0/+4
2010-09-24Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss3-13/+13
2010-09-23H. Sivank <hsivank@gmail.com>Jörg Mayer16-19/+19
2010-09-22interlink type is decimalUwe Girlich1-2/+2
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-5/+5
2010-09-17Use val_to_str_ext() & friends to access sminmpec_values[];Bill Meier1-1/+1
2010-08-21prefs_register_string_preference() overwrites the given value pointer with a ...Jeff Morriss1-1/+11
2010-08-12(Trivial) Use consistent indentation; Whitespace cleanup.Bill Meier1-244/+244
2010-08-12Add new expansion.h file left out of the previous commit.Bill Meier1-0/+41
2010-08-12From Don Newton: Added dissection of Expansion Module (KEM,GEM) messages to U...Bill Meier2-0/+124
2010-07-27From Don Newton:Jaap Keuter1-3/+3
2010-07-09The only reason to escape "%" in a string is if you are, incorrectly,Guy Harris2-71/+23
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1
2010-06-05Back out r33088 for now.Gerald Combs22-7930/+0
2010-06-04Add a checkapis target.Gerald Combs1-0/+3
2010-06-04From Matt Poduska via bug 1957 (with minor changes):Gerald Combs22-2/+7929
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris4-4/+4
2010-05-20Fixed warning "Field width should have type 'int'".Stig Bjørlykke1-3/+3
2010-05-14Synchronize Makefiles even more.Jaap Keuter6-0/+6
2010-05-14Add Cmake stuff to the source distribution so more people can try it out.Jeff Morriss17-79/+96
2010-05-13Create a new REP_NA value for fields where there are no representationsGuy Harris4-4/+4
2010-04-27Add some information about how/why this dissector is (partially) machine-gene...Jeff Morriss7-20/+57
2010-04-26Make the OpcUa plugin's fields filterable (by giving them abbreviations).Jeff Morriss3-443/+443
2010-04-19Simplify Makefile.nmake so that adding a new plugin to Makefile.nmakeBill Meier1-65/+34
2010-04-14Be sure we initialize the p_id in hf's. This fixesJeff Morriss3-20/+28
2010-04-14Fix up MATE's hf display values so MATE will actually run.Jeff Morriss1-6/+8
2010-04-08Get rid of check_col().Anders Broman3-6/+3
2010-04-08Get rid of check_col().Anders Broman25-361/+94
2010-04-07Remove some uneeded #includesBill Meier10-23/+0
2010-04-06Get rid of check_colAnders Broman9-196/+113
2010-04-06Don't use %s as the format string in val_to_str().Jeff Morriss8-9/+9
2010-04-06Don't use %s as the format string in val_to_str(). This fixes the fuzz failu...Jeff Morriss1-1/+1
2010-04-06The third argument to val_to_str() is a format string that gets passedGuy Harris1-4/+1
2010-04-05Get rid of a bunch of check_col().Anders Broman40-579/+314
2010-04-02Make the test compile.Jaap Keuter1-6/+6
2010-04-01From sangaran:Anders Broman3-0/+81