From a2c2f872f4eb2ba393d091a5623b1168689e6b09 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 22 Nov 2014 16:15:17 -0500 Subject: Remove the use of pinfo->private_data from dissectors that just save it to restore it. Change-Id: I13197cc48068bb35ee12a7023cfe5f76bbc4e264 Reviewed-on: https://code.wireshark.org/review/5486 Petri-Dish: Michael Mann Reviewed-by: Michael Mann --- epan/dissectors/packet-tcp.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'epan/dissectors/packet-tcp.h') diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h index f1b34738a1..13d3172cda 100644 --- a/epan/dissectors/packet-tcp.h +++ b/epan/dissectors/packet-tcp.h @@ -77,8 +77,7 @@ typedef struct tcpheader { } tcp_info_t; /* - * Private data passed from the TCP dissector to subdissectors. Passed to the - * subdissectors in pinfo->private_data + * Private data passed from the TCP dissector to subdissectors. */ struct tcpinfo { guint32 seq; /* Sequence number of first byte in the data */ -- cgit v1.2.3