~ubuntu-branches/ubuntu/gutsy/wireshark/gutsy-security

« back to all changes in this revision

Viewing changes to capture-pcap-util.c

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2007-04-01 08:58:40 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070401085840-or3qhrpv8alt1bwg
Tags: 0.99.5-1
* New upstream release.
* debian/patches/09_idl2wrs.dpatch: updated to patch idl2wrs.sh.in.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* capture-pcap-util.c
2
2
 * Utility routines for packet capture
3
3
 *
4
 
 * $Id: capture-pcap-util.c 18235 2006-05-28 20:28:20Z etxrab $
 
4
 * $Id: capture-pcap-util.c 19777 2006-11-02 09:45:12Z jmayer $
5
5
 *
6
6
 * Wireshark - Network traffic analyzer
7
7
 * By Gerald Combs <gerald@wireshark.org>
296
296
 
297
297
        g_slist_foreach(if_info->ip_addr, free_if_info_addr_cb, NULL);
298
298
        g_slist_free(if_info->ip_addr);
 
299
        g_free(if_info);
299
300
}
300
301
 
301
302
void