aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-05LWRES support, from Oleg Terletsky.Guy Harris7-4/+1695
2003-07-31From Tomas Kukosa: add "find_dissector_table()",Guy Harris6-1/+38
2003-07-30Crude workaround for a deficiency in the MEGACO parser - it assumes thatGuy Harris1-3/+36
2003-07-26Updates to the MEGACO plugin so that it will call the H.245 dissector for someRonnie Sahlberg1-25/+140
2003-07-25Get rid of carriage returns - some compilers don't like them.Guy Harris1-53/+53
2003-07-23Remove duplicate targets and circular rules, as pointed out by Guy.Gerald Combs1-3/+2
2003-07-22Fix a "make distcheck" failure.Gerald Combs1-4/+22
2003-07-19Fix a couple of distcheck failures.Gerald Combs1-2/+2
2003-07-19Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"Guy Harris1-2/+1
2003-07-18Include the same headers that "plugin_api.h" does.Guy Harris1-6/+8
2003-07-18From Matthijs Melchior: generate all declarations and definitions forGuy Harris14-1044/+1531
2003-07-16Fix unused variable warning.Tim Potter1-2/+2
2003-07-08Make the top-level protocol tree entry cover all the data beingGuy Harris1-92/+86