aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-11-21 14:18:46 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-11-21 14:18:46 +0000
commit45aa24f1ec9b599ee84d1c60076a347edd5d7e48 (patch)
tree3990056ff2d30c8ca45f8ff524d02036dcbff530 /epan/dissectors/packet-tcp.h
parentc266084cdd7df8fec000e0e9a33311755978be93 (diff)
Correct comments and examples on get_pdu_len().
svn path=/trunk/; revision=19949
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.
*/