aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pnrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pnrp.c')
-rw-r--r--epan/dissectors/packet-pnrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pnrp.c b/epan/dissectors/packet-pnrp.c
index 009ed2684d..569e0dbce3 100644
--- a/epan/dissectors/packet-pnrp.c
+++ b/epan/dissectors/packet-pnrp.c
@@ -351,7 +351,7 @@ static int dissect_pnrp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, voi
* Validate if it is really a PNRP Packet
*----------------------------------------*/
/* Check that there's enough data */
- /* XXX: ISTR that tvb_length should be used when */
+ /* XXX: ISTR that tvb_captured_length should be used when */
/* initially checking for a valid packet for a */
/* new style dissector. */
/* ToDo: confirm */