From: hannes Date: Sun, 25 May 2003 16:23:08 +0000 (+0000) Subject: don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresses X-Git-Tag: tcpdump-3.8-bp~131 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/05e69e9ae01667c67565d96e0122dd849eba2cd5 don't pass on src & dst MAC adresses to the isoclns decoder as MAC adresses should be really printed in ether_print() using the eflag --- diff --git a/interface.h b/interface.h index 15b11fe6..6ab0d2b2 100644 --- a/interface.h +++ b/interface.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.212 2003-05-15 16:58:03 hannes Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.213 2003-05-25 16:23:08 hannes Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -240,8 +240,7 @@ extern void ip_print(const u_char *, u_int); extern void ipN_print(const u_char *, u_int); extern u_int ipfc_if_print(const struct pcap_pkthdr *, const u_char *); extern void ipx_print(const u_char *, u_int); -extern void isoclns_print(const u_char *, u_int, u_int, const u_char *, - const u_char *); +extern void isoclns_print(const u_char *, u_int, u_int); extern void krb_print(const u_char *); extern u_int llap_print(const u_char *, u_int); extern u_int ltalk_if_print(const struct pcap_pkthdr *, const u_char *);