summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSeth Alexander <seth.alexander@cosmicaes.com>2016-11-23 15:09:18 -0700
committerGuy Harris <guy@alum.mit.edu>2016-11-24 04:03:16 +0000
commit8eb6b3ee1476c23f2b7794716e09eb26779ad9d8 (patch)
tree59ea5eb203819a58e7c0a4d7b224d4b297f5f795 /plugins
parent19b6062ffde208c3609581f306fc05594bfccfb7 (diff)
downloadwireshark-8eb6b3ee1476c23f2b7794716e09eb26779ad9d8.tar.gz
Removed Manipulation of Visited Flag
Change-Id: Ic77afa3fd0b9cabb3f2681be099e11be79d271be Reviewed-on: https://code.wireshark.org/review/18938 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docsis/packet-docsis.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/docsis/packet-docsis.c b/plugins/docsis/packet-docsis.c
index 74532bc806..8345d62702 100644
--- a/plugins/docsis/packet-docsis.c
+++ b/plugins/docsis/packet-docsis.c
@@ -25,6 +25,11 @@
/* 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,