From Gabor Somlai:

Decoding DOCSIS 3.0 Isolation DATA frames (FC_TYPE=10).

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7214

svn path=/trunk/; revision=42382
This commit is contained in:
Anders Broman 2012-05-02 10:49:03 +00:00
parent fbecf576d1
commit 2311c797b2
1 changed files with 1 additions and 0 deletions

View File

@ -491,6 +491,7 @@ dissect_docsis (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
switch (fctype)
{
case FCTYPE_PACKET:
case FCTYPE_RESRVD:
if (pdulen >= 0)
{
if (pdulen > 0)