]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-vqp.c
interface.h,netdissect.h: Cleaning unused items
[tcpdump] / print-vqp.c
index 04dbcc2ecc64fabc14356348c197bf03a00b9ddb..45150b6d56a213a203a55a036fdd908ae3eac893 100644 (file)
@@ -17,7 +17,6 @@
  * Original code by Carles Kishimoto <[email protected]>
  */
 
-#define NETDISSECT_REWORKED
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -167,8 +166,7 @@ vqp_print(netdissect_options *ndo, register const u_char *pptr, register u_int l
         }
 
         /* did we capture enough for fully decoding the object ? */
-        if (!ND_TTEST2(*tptr, vqp_obj_len))
-            goto trunc;
+        ND_TCHECK2(*tptr, vqp_obj_len);
 
         switch(vqp_obj_type) {
        case VQP_OBJ_IP_ADDRESS: