aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
AgeCommit message (Expand)AuthorFilesLines
2005-07-10After doing "make maintainer-clean", "svn status --no-ignore | grep ^I"Jörg Mayer1-0/+3
2005-05-23Make sure we don't loop when we dissect concatenated PDUs. Make some intGerald Combs1-7/+11
2005-03-07Call the "new-style init" routine for plugins a "register" routine, asGuy Harris1-33/+33
2005-03-05Preparations for dropping the old plugin api.Lars Roland27-71/+4
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-0/+2
2004-11-24Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris1-3/+3
2004-10-01From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris1-2/+2
2004-09-29From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris1-2/+11
2004-07-18 .cvsignore is deadJörg Mayer1-20/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris30-30/+30
2004-04-25Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot1-2/+2
2004-04-14Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot1-1/+2
2004-03-17From Brian Wheeler: DOCSIS 2.0 support.Guy Harris11-295/+1843
2004-02-05Update a comment.Guy Harris1-2/+9
2004-01-07Don't do anything exotic to get signed integral values - Ethereal'sGuy Harris1-59/+3
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-2/+2
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris23-141/+99
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris1-8/+8
2003-12-13Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris1-36/+36
2003-12-11prevent MSVC warning:Ulf Lamping2-5/+5
2003-11-12From Anand Narwani: fix bitmask for Active Grants field.Guy Harris1-2/+2
2003-11-06Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris1-15/+3
2003-10-10Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris1-1/+3
2003-10-05Get rid of another strict-aliasing warning:Jörg Mayer1-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 Mayer2-79/+4
2003-07-19Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"Guy Harris1-2/+1
2003-06-14Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris1-2/+2
2003-06-14Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris1-4/+2
2003-05-28Update Anand Narwani's email address.Gerald Combs26-51/+51
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2-7/+7
2003-01-11Fix the copyright notice, give it an RCS ID, and fix the introductoryGuy Harris1-4/+5
2003-01-09Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureGuy Harris1-1/+1
2002-10-15When registering a protocol, make sure there are no other protocols withGuy Harris1-3/+3
2002-09-23Fix two minor typos by Anand V. NarwaniJörg Mayer1-3/+3
2002-09-12Handle ignored files more flexible. This also fixes the newest filesJörg Mayer1-47/+2
2002-09-12From Anand Narwani: fix an error in decoding classifier TLV's.Guy Harris1-4/+4
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris28-11/+390
2002-08-30From Anand Narwani: updates to fix:Guy Harris2-12/+60
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer5-40/+40
2002-08-20From Anand Narwani: fix an infinite recursion issue when decodingGuy Harris1-1/+10
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer24-187/+3
2002-07-22Update from Anand V. Narwani:Guy Harris1-6/+54
2002-07-21Offsets in packets should be "int", not "guint8", unless there is anGuy Harris1-3/+3
2002-07-20From Anand V. Narwani: fix to the Info column for Request frames.Guy Harris1-3/+3