aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-vendor.c
AgeCommit message (Collapse)AuthorFilesLines
2003-07-19Get rid of check for a null "docsis_vsif_handle" - "dissector_add()"Guy Harris1-2/+1
should blow up when handed a null pointer on all platforms that map low addresses out of the address space, which is most if not all of them at this point, and calls to "assert()" cause problems if you mix GCC-compiled and Sun-C-compiled code. svn path=/trunk/; revision=8047
2003-05-28Update Anand Narwani's email address.Gerald Combs1-2/+2
svn path=/trunk/; revision=7755
2002-09-10From Anand Narwani: support for Cisco vendor-specific TLVs.Guy Harris1-0/+322
Add RCS IDs to source files. svn path=/trunk/; revision=6257