]> The Tcpdump Group git mirrors - tcpdump/blobdiff - netdissect.h
Change name of Hilscher link types to say NETANALYER.
[tcpdump] / netdissect.h
index 501f5a7145678cdbc7fb8278e3fc89fbe2179aec..5b589c78ac7dc75ba804c0b52366eb504e6b7b64 100644 (file)
@@ -299,11 +299,11 @@ extern void ether_print(netdissect_options *,
 
 extern u_int ether_if_print(netdissect_options *, 
                             const struct pcap_pkthdr *,const u_char *);
-extern u_int ether_hilscher_if_print(netdissect_options *, 
-                                     const struct pcap_pkthdr *,const u_char *);
-extern u_int ether_hilscher_transparent_if_print(netdissect_options *, 
-                                                 const struct pcap_pkthdr *,
-                                                 const u_char *);
+extern u_int netanalyzer_if_print(netdissect_options *, 
+                                  const struct pcap_pkthdr *,const u_char *);
+extern u_int netanalyzer_transparent_if_print(netdissect_options *, 
+                                              const struct pcap_pkthdr *,
+                                              const u_char *);
 
 extern int ethertype_print(netdissect_options *,u_short, const u_char *,
                             u_int, u_int);