aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwi24rd <wi24rd+gitlab@fedoraproject.org>2023-04-04 05:34:51 +0000
committerGuy Harris <gharris@sonic.net>2023-04-04 07:15:06 +0000
commit2312c55bfa6eda170a2fedebf7f0452d07e82bc9 (patch)
tree74e2ab878b65ccc4e55f739ddb47897862bd77a9
parent250a069c90fa91a5e2692d1b642f096672e13370 (diff)
Fix typo in 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 4f09a8a621..9c22fcfeaf 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -311,7 +311,7 @@ typedef struct tcp_analyze_seq_flow_info_t {
guint32 nextseq; /* highest seen nextseq */
guint32 maxseqtobeacked;/* highest seen continuous seq number (without hole in the stream) from the fwd party,
* this is the maximum seq number that can be acked by the rev party in normal case.
- * If the rev party sends an ACK beyond this seq number it indicates TCP_A_ACK_LOST_PACKET contition */
+ * If the rev party sends an ACK beyond this seq number it indicates TCP_A_ACK_LOST_PACKET condition */
guint32 nextseqframe; /* frame number for segment with highest
* sequence number
*/