aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2003-10-03From Steve Limkemann:Guy Harris3-73/+600
2003-10-02RTNET has no preferences, so don't register a preferences module for it.Guy Harris1-6/+1
2003-09-29xyzzyJörg Mayer1-0/+1
2003-09-24From Anders Broman: fix a crash, and fix trailing whitespace onGuy Harris1-19/+47
2003-09-24From Tomas Kukosa:Guy Harris7-28/+34
2003-09-09Use the right value_string table for the filter mode inGuy Harris1-2/+2
2003-09-09Fix the URL for the DOCSIS specifications.Guy Harris1-2/+2
2003-09-09The PDU length is the length field minus the length of the EHDR *minusGuy Harris1-2/+2
2003-09-09Fix the URL for the DOCSIS 1.1 Baseline Privacy Plus InterfaceGuy Harris1-15/+3
2003-09-09Put each TLV in a tree of its own, and put the TLV type and lengthGuy Harris1-30/+49
2003-09-09Update the URL for the DOCSIS 1.1 specifications.Guy Harris1-31/+18
2003-09-05- Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer19-195/+41
2003-09-03From Anders Broman: use a value_string table rather than a switch toGuy Harris1-452/+113
2003-09-02"tvb_new_subset(tvb, 0, tvb_length(tvb), -1)" is equivalent toGuy Harris1-5/+3
2003-08-26From Anders Broman, updates and fixes to MEGACORonnie Sahlberg1-231/+336
2003-08-25Include the header files required by new APIs in the plugin API table.Guy Harris1-1/+4
2003-08-24From Erwin Rol, updates to teh ArtNet plugin dissectorRonnie Sahlberg3-494/+1051
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris5-0/+92
2003-08-23The Python 1.5.2 I have installed didn't seem to like "+=", so use "x =Guy Harris1-3/+3
2003-08-23From Tomas Kukosa: export the PER dissection routines, and someGuy Harris1-1/+27
2003-08-19Define GCC_GLIB_CFLAGS as a GCC equivalent of GLIB_CFLAGS, and use itGuy Harris1-2/+2
2003-08-18Get plugins/README.interface into the source tarball.Guy Harris1-1/+2
2003-08-18Check in Xass-list, so the CVS tree can be built on Windows withoutGuy Harris5-0/+73
2003-08-18From Matthijs Melchior:Guy Harris4-249/+39
2003-08-17From Erwin Rol:Guy Harris5-9/+11
2003-08-16There's no such function as "delete_giop_user_module()", so don't put itGuy Harris6-7/+1
2003-08-06As per Bernd Becker's suggestion, add "register_giop_user_module()" andGuy Harris6-1/+14
2003-08-06Remove the reference to the nonexistent packet-lwres.h; it was tripping upGerald Combs1-2/+2
2003-08-05From Lars Roland: get rid of "ip_to_str()", as it's just a copy of theGuy Harris1-19/+1
2003-08-05From Lars Roland: make Makefile.nmake for lwres resemble the newerGuy Harris1-5/+3
2003-08-05Add the usual .cvsignore file.Guy Harris1-0/+19