aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-21 14:18:46 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-21 14:18:46 +0000
commitf2d4bec560aa611482a0d9f0dbb855cdd0deea42 (patch)
tree3990056ff2d30c8ca45f8ff524d02036dcbff530 /epan/dissectors/packet-tcp.h
parentb14e5b29770cd4453a8cadfea3bb013a9796ad2a (diff)
Correct comments and examples on get_pdu_len().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19949 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index 911f565f0a..1a282b2f95 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -76,7 +76,7 @@ struct tcpinfo {
* "fixed_len" is the length of the fixed-length part of the PDU.
*
* "get_pdu_len()" is a routine called to get the length of the PDU from
- * the fixed-length part of the PDU; it's passed "tvb" and "offset".
+ * the fixed-length part of the PDU; it's passed "pinfo", "tvb" and "offset".
*
* "dissect_pdu()" is the routine to dissect a PDU.
*/