aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-12 09:59:28 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-03-12 09:59:28 +0000
commitbd57aab037d17fbd842deacca11abd1445bac0bc (patch)
treea9948ca34fc23d25acc847f3c84253e880db5798 /epan/dissectors/packet-tcp.h
parent808a435324ac50990e396f1f61fd9f050ac0d5d5 (diff)
from Micheal Duigou: some more doxygen tags
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13732 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index a33472a978..4ca4fb5bf9 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -51,7 +51,8 @@ struct tcpheader {
};
/*
- * Private data passed from the TCP dissector to subdissectors.
+ * Private data passed from the TCP dissector to subdissectors. Passed to the
+ * subdissectors in pinfo->private_data
*/
struct tcpinfo {
guint32 seq; /* Sequence number of first byte in the data */