aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2003-12-05Subdissectors must be called regardless of whether a protocol tree isguy1-67/+61
2003-12-04From some reason, at least on Mac OS X 10.3, the change to have theguy1-2/+2
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isguy6-2/+9
2003-11-27From Erwin Rol: RTCFG support.guy1-1/+334
2003-11-18Get rid of the second "col_set_fence()" entry.guy5-5/+1
2003-11-18The second of the "col_set_fence()" entries is the one that should'veguy1-2/+3
2003-11-18From Lars Roland: put missing "enttec" into "all" list.guy1-2/+2
2003-11-18col_set_fence occurs twice, removed one appearanceulfl1-3/+1
2003-11-18corrected cut and paste errors, makefile was unchanged copied from rtnetulfl1-5/+5
2003-11-18Add "col_get_writable()", "col_set_writable()", and "col_set_fence()" toguy6-2/+19
2003-11-18Export "protocol_t" as an opaque type.guy1-2/+2
2003-11-17Fix the copyright notices (Gerald has the copyright on Ethereal).guy7-28/+23
2003-11-17Tweak the introductory comment.guy1-2/+1
2003-11-17Fix the .cvsignore files.guy2-6/+6
2003-11-17From Erwin Rol: check the checksum in RDM packets.guy1-4/+21
2003-11-17From Erwin Rol: initial ENTTEC support and RDM support.guy22-32/+1443
2003-11-16Export "protocol_t" as an opaque type.guy1-3/+3
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.guy1-2/+2
2003-11-11Get rid of carriage returns in source files.guy1-17/+17
2003-11-11Add "asn1_id_decode1()" to the list of exported functions.guy6-2/+8
2003-11-09From Albert Chin: the HP-UX 10.20 C compiler doesn't allowguy1-3/+3
2003-11-06From Erwin Rol: fix some switched fields.guy1-14/+17
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherguy10-42/+30
2003-11-05Update from Erwin Rol.guy1-13/+105
2003-11-04From Masaki Chikama: fix static compilation of "generic ASN.1" andguy2-3/+9
2003-11-04#ifdef out "#include <gtk/gtk.h>", so that --disable-ethereal works again.gerald1-1/+3
2003-11-03Export get_tempfile_path() to the plugins.gerald5-2/+6
2003-11-02From Gisle Vanem:gerald2-13/+12
2003-11-01From Charlie Duke: add more functions to the plugin API.guy5-1/+10
2003-11-01"End" means end, not "almost the end".guy1-3/+3
2003-11-01Move the new functions to the end of the list, so we don't change theguy1-5/+6
2003-11-01From Charlie Duke: add more functions to the plugin API.guy1-1/+5
2003-10-31From Erwin Rol: update.guy2-123/+514
2003-10-30"strchr()" and the like would be compared against NULL; "strcmp()",guy1-2/+2
2003-10-29From Matthijs Melchior: #ifdef out the GUI code, for now.guy1-1/+4
2003-10-29There's no need to #define tvb_get_string or tvb_get_stringz - that'sguy1-4/+2
2003-10-28Use "get_datafile_path()", rather than constructing the default ASN.1guy1-6/+2
2003-10-28Export "get_datafile_path()", not "get_datafile_dir()" - most if not allguy6-7/+7
2003-10-28"get_datafile_dir()" is now in the plugin table.guy1-6/+1
2003-10-28Add "get_datafile_dir()" to the plugin API list, for the benefit ofguy6-2/+9
2003-10-28As we don't supply a default ASN.1 SNACC output file, if we get anguy1-8/+12
2003-10-28This dissector uses GTK+ calls (which no dissector should); until that'sguy1-3/+3
2003-10-28Fix the Makefile to match other plugin Makefiles.guy1-21/+21
2003-10-28From Matthias Melchior: plugin to decode BER-encoded ASN.1 messages,guy12-4/+5254
2003-10-14Add a .cvsignore file.guy1-0/+19
2003-10-14From Erwin Rol: ACN support.guy12-5/+1256
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"guy10-11/+51
2003-10-06check in the following comment:jmayer1-1/+4
2003-10-06Fix 4 warnings in case of strict-aliasing by declaring timestamp as time_tjmayer1-3/+3
2003-10-05Get rid of another strict-aliasing warning:jmayer1-2/+2