]> The Tcpdump Group git mirrors - tcpdump/blobdiff - interface.h
adopt MacOS deprecation workaround from FreeRADIUS
[tcpdump] / interface.h
index fa9d290582e4ae73d1ff59fd4ebfa06023f1db68..b263b97011a388d4c8320aa0b529168a849483fd 100644 (file)
@@ -82,6 +82,7 @@ extern char *strsep(char **, const char *);
 #define PT_VXLAN       13      /* Virtual eXtensible Local Area Network */
 #define PT_PGM         14      /* [UDP-encapsulated] Pragmatic General Multicast */
 #define PT_PGM_ZMTP1   15      /* ZMTP/1.0 inside PGM (native or UDP-encapsulated) */
+#define PT_LMP         16      /* Link Management Protocol */
 
 #ifndef min
 #define min(a,b) ((a)>(b)?(b):(a))
@@ -238,8 +239,6 @@ extern const u_char * ns_nprint (register const u_char *, register const u_char
 extern void ntp_print(const u_char *, u_int);
 extern u_int null_if_print(const struct pcap_pkthdr *, const u_char *);
 extern void openflow_print(const u_char *, u_int);
-extern const u_char *of10_header_body_print(const u_char *, const u_char *,
-  const uint8_t, const uint16_t, const uint32_t);
 extern void ospf_print(const u_char *, u_int, const u_char *);
 extern void olsr_print (const u_char *, u_int, int);
 extern void pimv1_print(const u_char *, u_int);