aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-03From Steve Limkemann:guy3-73/+600
2003-10-02RTNET has no preferences, so don't register a preferences module for it.guy1-6/+1
2003-09-29xyzzyjmayer1-0/+1
2003-09-24From Anders Broman: fix a crash, and fix trailing whitespace onguy1-19/+47
2003-09-24From Tomas Kukosa:guy7-28/+34
2003-09-09Use the right value_string table for the filter mode inguy1-2/+2
2003-09-09Fix the URL for the DOCSIS specifications.guy1-2/+2
2003-09-09The PDU length is the length field minus the length of the EHDR *minusguy1-2/+2
2003-09-09Fix the URL for the DOCSIS 1.1 Baseline Privacy Plus Interfaceguy1-15/+3
2003-09-09Put each TLV in a tree of its own, and put the TLV type and lengthguy1-30/+49