* Format and print trivial file transfer protocol packets.
*/
-#define NETDISSECT_REWORKED
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
case RRQ:
case WRQ:
case OACK:
- p = (u_char *)tp->th_stuff;
+ p = (const u_char *)tp->th_stuff;
ND_PRINT((ndo, " "));
/* Print filename or first option */
if (opcode != OACK)