summaryrefslogtreecommitdiff
path: root/print-fr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-09-24 12:06:51 -0700
committerGuy Harris <guy@alum.mit.edu>2016-09-24 12:06:51 -0700
commit273a1a713b8198aef854cc93ba61a586de188064 (patch)
treef24798872f8a6cc884d320140ba4856aa65e06cd /print-fr.c
parent976a6d42dd22cd0298ef8426065736dee3719462 (diff)
downloadtcpdump-273a1a713b8198aef854cc93ba61a586de188064.tar.gz
Clean up "invalid IE" messages.
Diffstat (limited to 'print-fr.c')
-rw-r--r--print-fr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-fr.c b/print-fr.c
index 0db43fdb..3ee46551 100644
--- a/print-fr.c
+++ b/print-fr.c
@@ -1092,7 +1092,7 @@ fr_q933_print_ie_codeset_0_5(netdissect_options *ndo, u_int iecode,
ND_PRINT((ndo, ", "));
}
if (ielength < 2) {
- ND_PRINT((ndo, "Invalid VERIFY IE"));
+ ND_PRINT((ndo, "Invalid LINK VERIFY IE"));
return 1;
}
ND_PRINT((ndo, "TX Seq: %3d, RX Seq: %3d", p[0], p[1]));
@@ -1112,7 +1112,7 @@ fr_q933_print_ie_codeset_0_5(netdissect_options *ndo, u_int iecode,
!(p[3] & 0x80))) ||
(ielength > 5) ||
!(p[ielength - 1] & 0x80)) {
- ND_PRINT((ndo, "Invalid DLCI IE"));
+ ND_PRINT((ndo, "Invalid DLCI in PVC STATUS IE"));
return 1;
}