aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-12-21Compiling with -pedantic:Jörg Mayer1-1/+1
2003-12-21Compiling with -pedantic:Jörg Mayer2-1/+3
2003-12-21Compiling with -pedantic:Jörg Mayer1-6/+6
2003-12-18Add more files.Guy Harris1-0/+2
2003-12-18From Jan Kiszka: add a comment explaining what the IrDA plugin does.Guy Harris1-1/+10
2003-12-18From Jan Kiszka: IrDA support.Guy Harris9-4/+3093
2003-12-18Fix some typoes.Guy Harris1-4/+3
2003-12-17Get rid of an unused value_string table and unused #defines.Guy Harris1-9/+0
2003-12-17added missing rule for v5ua pluginUlf Lamping1-1/+10
2003-12-17Make Makefile.am and Makefile.nmake match those for other plugins.Guy Harris2-14/+11
2003-12-17From Christoph Neusch: V5UA support.Guy Harris10-4/+2855
2003-12-16using G_DIR_SEPARATOR_S instead of hardcoded slashUlf Lamping1-2/+2
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris23-141/+99
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-8/+8
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris1-36/+36
2003-12-11prevent MSVC warning:Ulf Lamping2-5/+5
2003-12-05Subdissectors must be called regardless of whether a protocol tree isGuy Harris1-67/+61
2003-12-04From some reason, at least on Mac OS X 10.3, the change to have theGuy Harris1-2/+2
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris6-2/+9
2003-11-27From Erwin Rol: RTCFG support.Guy Harris1-1/+334
2003-11-18Get rid of the second "col_set_fence()" entry.Guy Harris5-5/+1
2003-11-18The second of the "col_set_fence()" entries is the one that should'veGuy Harris1-2/+3
2003-11-18From Lars Roland: put missing "enttec" into "all" list.Guy Harris1-2/+2
2003-11-18col_set_fence occurs twice, removed one appearanceUlf Lamping1-3/+1
2003-11-18corrected cut and paste errors, makefile was unchanged copied from rtnetUlf Lamping1-5/+5
2003-11-18Add "col_get_writable()", "col_set_writable()", and "col_set_fence()" toGuy Harris6-2/+19
2003-11-18Export "protocol_t" as an opaque type.Guy Harris1-2/+2
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).Guy Harris7-28/+23
2003-11-17Tweak the introductory comment.Guy Harris1-2/+1
2003-11-17Fix the .cvsignore files.Guy Harris2-6/+6
2003-11-17From Erwin Rol: check the checksum in RDM packets.Guy Harris1-4/+21
2003-11-17From Erwin Rol: initial ENTTEC support and RDM support.Guy Harris22-32/+1443
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-3/+3
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.Guy Harris1-2/+2
2003-11-11Get rid of carriage returns in source files.Guy Harris1-17/+17
2003-11-11Add "asn1_id_decode1()" to the list of exported functions.Guy Harris6-2/+8
2003-11-09From Albert Chin: the HP-UX 10.20 C compiler doesn't allowGuy Harris1-3/+3
2003-11-06From Erwin Rol: fix some switched fields.Guy Harris1-14/+17
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris10-42/+30
2003-11-05Update from Erwin Rol.Guy Harris1-13/+105
2003-11-04From Masaki Chikama: fix static compilation of "generic ASN.1" andGuy Harris2-3/+9
2003-11-04#ifdef out "#include <gtk/gtk.h>", so that --disable-ethereal works again.Gerald Combs1-1/+3
2003-11-03Export get_tempfile_path() to the plugins.Gerald Combs5-2/+6
2003-11-02From Gisle Vanem:Gerald Combs2-13/+12
2003-11-01From Charlie Duke: add more functions to the plugin API.Guy Harris5-1/+10
2003-11-01"End" means end, not "almost the end".Guy Harris1-3/+3
2003-11-01Move the new functions to the end of the list, so we don't change theGuy Harris1-5/+6
2003-11-01From Charlie Duke: add more functions to the plugin API.Guy Harris1-1/+5
2003-10-31From Erwin Rol: update.Guy Harris2-123/+514
2003-10-30"strchr()" and the like would be compared against NULL; "strcmp()",Guy Harris1-2/+2