patch-decode_c 763 B

123456789101112131415161718192021
  1. $Id$
  2. --- dsniff-2.4.orig/decode.c 2001-03-15 09:32:59.000000000 +0100
  3. +++ dsniff-2.4/decode.c 2007-01-23 00:20:48.000000000 +0100
  4. @@ -51,8 +51,6 @@ extern int decode_irc(u_char *, int, u_c
  5. extern int decode_portmap(u_char *, int, u_char *, int);
  6. extern int decode_mountd(u_char *, int, u_char *, int);
  7. extern int decode_vrrp(u_char *, int, u_char *, int);
  8. -extern int decode_ypserv(u_char *, int, u_char *, int);
  9. -extern int decode_yppasswd(u_char *, int, u_char *, int);
  10. static struct decode decodes[] = {
  11. { "hex", decode_hex },
  12. @@ -88,8 +86,6 @@ static struct decode decodes[] = {
  13. { "irc", decode_irc },
  14. { "portmap", decode_portmap },
  15. { "mountd", decode_mountd },
  16. - { "ypserv", decode_ypserv },
  17. - { "yppasswd", decode_yppasswd },
  18. { NULL }
  19. };