Removed Manipulation of Visited Flag
authorSeth Alexander <seth.alexander@cosmicaes.com>
Wed, 23 Nov 2016 22:09:18 +0000 (15:09 -0700)
committerGuy Harris <guy@alum.mit.edu>
Thu, 24 Nov 2016 04:03:16 +0000 (04:03 +0000)
Change-Id: Ic77afa3fd0b9cabb3f2681be099e11be79d271be
Reviewed-on: https://code.wireshark.org/review/18938
Reviewed-by: Guy Harris <guy@alum.mit.edu>
plugins/docsis/packet-docsis.c

index 74532bc806ed8ad2d059465a982daaad04aa32f2..8345d6270283f7885d2fa48ade9fd864da8976b2 100644 (file)
 /* This code is based on the DOCSIS 1.1 specification available at:
  * http://www.cablelabs.com/wp-content/uploads/specdocs/CM-SP-RFIv1.1-C01-050907.pdf
  *
+ * This code was updated to include DOCSIS 3.1 specification details available at:
+ * http://www.cablelabs.com/wp-content/uploads/specdocs/CM-SP-MULPIv3.1-I09-160602.pdf
+ *
+ * Updates are backward compatible with previous DOCSIS spcifications.
+ *
  * DOCSIS Captures can be facilitated using the Cable Monitor Feature
  * available on Cisco Cable Modem Termination Systems :
  * http://www.cisco.com/univercd/cc/td/doc/product/cable/cab_rout/cmtsfg/ufg_cmon.htm
@@ -740,9 +745,6 @@ dissect_docsis (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree, void* da
           /* Only defragment valid frames with a good FCS */
           if (sent_fcs == fcs)
           {
-            /* Force the packet info field to treat all subsequent fragments as new */
-            pinfo->fd->flags.visited = 0;
-
             fragment_item *frag_msg = NULL;
             frag_msg = fragment_add_seq_check(&docsis_reassembly_table,
                                               tvb, hdrlen, pinfo,