summaryrefslogtreecommitdiff
path: root/print-aodv.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-aodv.c')
-rw-r--r--print-aodv.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/print-aodv.c b/print-aodv.c
index 1f53f827..97421433 100644
--- a/print-aodv.c
+++ b/print-aodv.c
@@ -485,7 +485,6 @@ aodv_print(netdissect_options *ndo,
* The message type is the first byte; make sure we have it
* and then fetch it.
*/
- ND_TCHECK_1(dat);
msg_type = GET_U_1(dat);
ND_PRINT(" aodv");
@@ -535,8 +534,4 @@ aodv_print(netdissect_options *ndo,
default:
ND_PRINT(" type %u %u", msg_type, length);
}
- return;
-
-trunc:
- nd_print_trunc(ndo);
}