~ubuntu-branches/ubuntu/intrepid/tcpdump/intrepid

« back to all changes in this revision

Viewing changes to print-igmp.c

  • Committer: Bazaar Package Importer
  • Author(s): Romain Francoise
  • Date: 2005-12-10 14:26:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051210142620-t4ju0367w6j2x06i
Tags: 3.9.4-2
debian/patches/20_man_fixes.dpatch: Merge patch from A Costa
<agcosta@gis.net> fixing a few typos (closes: #342310).

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#ifndef lint
23
23
static const char rcsid[] _U_ =
24
 
    "@(#) $Header: /tcpdump/master/tcpdump/print-igmp.c,v 1.11.2.3 2003/11/19 09:41:29 guy Exp $ (LBL)";
 
24
    "@(#) $Header: /tcpdump/master/tcpdump/print-igmp.c,v 1.15 2004/03/24 00:59:16 guy Exp $ (LBL)";
25
25
#endif
26
26
 
27
27
#ifdef HAVE_CONFIG_H
300
300
        print_igmpv3_report(bp, len);
301
301
        break;
302
302
    case 0x17:
 
303
        TCHECK2(bp[4], 4);
303
304
        (void)printf("igmp leave %s", ipaddr_string(&bp[4]));
304
305
        break;
305
306
    case 0x13: