2 * netsniff-ng - the packet sniffing beast
3 * By Daniel Borkmann <daniel@netsniff-ng.org>
4 * Copyright 2009, 2010 Daniel Borkmann.
5 * Subject to the GPL, version 2.
15 #include "proto_struct.h"
16 #include "dissector_eth.h"
19 static inline void none_less(struct pkt_buff
*pkt
)
24 struct protocol none_ops
= {
26 .print_full
= hex_ascii
,
27 .print_less
= none_less
,
30 #endif /* PROTO_NONE_H */