aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis
Commit message (Expand)AuthorAgeFilesLines
* Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris2005-02-141-0/+2
* Export two versions of the Ethereal dissector, for use with encapsulatedGuy Harris2004-11-241-3/+3
* From Lars Roland: we need to define _NEED_VAR_IMPORT_ in plugins if weGuy Harris2004-10-011-2/+2
* From Lars Roland: add an option to link plugins with libethereal ratherGuy Harris2004-09-291-2/+11
* .cvsignore is deadJörg Mayer2004-07-181-20/+0
* Add epan/dissectors/.cvsignoreJörg Mayer2004-07-181-0/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-1830-30/+30
* Replace the plugin linkage libs into PLUGIN_LIBS which is generated from theOlivier Biot2004-04-251-2/+2
* Add support for plugin dissectors on cygwin builds, by adding the followingOlivier Biot2004-04-141-1/+2
* From Brian Wheeler: DOCSIS 2.0 support.Guy Harris2004-03-1711-295/+1843
* Update a comment.Guy Harris2004-02-051-2/+9
* Don't do anything exotic to get signed integral values - Ethereal'sGuy Harris2004-01-071-59/+3
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-2/+2
* Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris2003-12-1323-141/+99
* Use "int"s, not "guint16"s, as packet offsets (using values shorterGuy Harris2003-12-131-8/+8
* Use "int"s, not "guint16"s, as packet offsets (using values shorter thanGuy Harris2003-12-131-36/+36
* prevent MSVC warning:Ulf Lamping2003-12-112-5/+5
* From Anand Narwani: fix bitmask for Active Grants field.Guy Harris2003-11-121-2/+2
* Use "$(OBJECTS)" whenever a complete list of .obj files appears, ratherGuy Harris2003-11-061-15/+3
* Give every Makefile.nmake file a "distclean" rule, and have "distclean"Guy Harris2003-10-101-1/+3
* Get rid of another strict-aliasing warning:Jörg Mayer2003-10-051-2/+2
* Fix the URL for the DOCSIS specifications.Guy Harris2003-09-091-2/+2
* The PDU length is the length field minus the length of the EHDR *minusGuy Harris2003-09-091-2/+2
* Fix the URL for the DOCSIS 1.1 Baseline Privacy Plus InterfaceGuy Harris2003-09-091-15/+3
* Put each TLV in a tree of its own, and put the TLV type and lengthGuy Harris2003-09-091-30/+49
* Update the URL for the DOCSIS 1.1 specifications.Guy Harris2003-09-091-31/+18
* - Make --enable-static work again (configure.in, Makefile.am)Jörg Mayer2003-09-052-79/+4
* Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"Guy Harris2003-07-191-2/+1
* Define GLIB_LIBS and GTK_LIBS variables in config.nmake (based onGuy Harris2003-06-141-2/+2
* Define GLIB_CFLAGS and GTK_CFLAGS variables in config.nmake (based onGuy Harris2003-06-141-4/+2
* Update Anand Narwani's email address.Gerald Combs2003-05-2826-51/+51
* Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris2003-01-312-7/+7
* Fix the copyright notice, give it an RCS ID, and fix the introductoryGuy Harris2003-01-111-4/+5
* Use "plugindir", not "PLUGIN_DIR", as the variable name in the configureGuy Harris2003-01-091-1/+1
* When registering a protocol, make sure there are no other protocols withGuy Harris2002-10-151-3/+3
* Fix two minor typos by Anand V. NarwaniJörg Mayer2002-09-231-3/+3
* Handle ignored files more flexible. This also fixes the newest filesJörg Mayer2002-09-121-47/+2
* From Anand Narwani: fix an error in decoding classifier TLV's.Guy Harris2002-09-121-4/+4
* From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris2002-09-1028-11/+390
* From Anand Narwani: updates to fix:Guy Harris2002-08-302-12/+60
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-285-40/+40
* From Anand Narwani: fix an infinite recursion issue when decodingGuy Harris2002-08-201-1/+10
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-0224-187/+3
* Update from Anand V. Narwani:Guy Harris2002-07-221-6/+54
* Offsets in packets should be "int", not "guint8", unless there is anGuy Harris2002-07-211-3/+3
* From Anand V. Narwani: fix to the Info column for Request frames.Guy Harris2002-07-201-3/+3
* From Joerg Mayer:Guy Harris2002-07-1723-93/+1
* Get rid of carriage returns.Guy Harris2002-07-161-43/+43
* From Anand V. Narwani: fix so that when a filter is applied to a DOCSISGuy Harris2002-07-141-6/+2
* From Anand V. Narwani:Guy Harris2002-07-1234-0/+9095