aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tte-pcf.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-tte-pcf.c')
-rw-r--r--epan/dissectors/packet-tte-pcf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tte-pcf.c b/epan/dissectors/packet-tte-pcf.c
index 97be592f4c..556d35bacc 100644
--- a/epan/dissectors/packet-tte-pcf.c
+++ b/epan/dissectors/packet-tte-pcf.c
@@ -76,7 +76,7 @@ dissect_tte_pcf(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
guint8 sync_domain = 0;
/* Check that there's enough data */
- if (tvb_length(tvb) < TTE_PCF_LENGTH )
+ if (tvb_captured_length(tvb) < TTE_PCF_LENGTH )
{
return;
}