aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-29From Matthijs Melchior: #ifdef out the GUI code, for now.Guy Harris1-1/+4
2003-10-29There's no need to #define tvb_get_string or tvb_get_stringz - that'sGuy Harris1-4/+2
2003-10-28Use "get_datafile_path()", rather than constructing the default ASN.1Guy Harris1-6/+2
2003-10-28Export "get_datafile_path()", not "get_datafile_dir()" - most if not allGuy Harris6-7/+7
2003-10-28"get_datafile_dir()" is now in the plugin table.Guy Harris1-6/+1
2003-10-28Add "get_datafile_dir()" to the plugin API list, for the benefit ofGuy Harris6-2/+9
2003-10-28As we don't supply a default ASN.1 SNACC output file, if we get anGuy Harris1-8/+12
2003-10-28This dissector uses GTK+ calls (which no dissector should); until that'sGuy Harris1-3/+3
2003-10-28Fix the Makefile to match other plugin Makefiles.Guy Harris1-21/+21
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,Guy Harris12-4/+5254
2003-10-14Add a .cvsignore file.Guy Harris1-0/+19
2003-10-14From Erwin Rol: ACN support.Guy Harris12-5/+1256
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris10-11/+51
2003-10-06check in the following comment:Jörg Mayer1-1/+4
2003-10-06Fix 4 warnings in case of strict-aliasing by declaring timestamp as time_tJörg Mayer1-3/+3
2003-10-05Get rid of another strict-aliasing warning:Jörg Mayer1-2/+2