#include "extract.h"
#include "addrtoname.h"
+
/*
* LWAPP transport (common) header
* 0 1 2 3
u_int tlen;
u_int msg_type, msg_tlen;
+ ndo->ndo_protocol = "lwapp_control";
tptr=pptr;
if (has_ap_ident) {
}
return;
- trunc:
- ND_PRINT("\n\t\t packet exceeded snapshot");
+trunc:
+ nd_print_trunc(ndo);
}
void
u_int tlen;
u_int version;
+ ndo->ndo_protocol = "lwapp_data";
tptr=pptr;
/* check if enough bytes for AP identity */
return;
- trunc:
- ND_PRINT("\n\t\t packet exceeded snapshot");
+trunc:
+ nd_print_trunc(ndo);
}
-
-/*
- * Local Variables:
- * c-style: whitesmith
- * c-basic-offset: 8
- * End:
- */