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

« back to all changes in this revision

Viewing changes to gtk/hostlist_table.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:
2
2
 * modified from endpoint_talkers_table.c   2003 Ronnie Sahlberg
3
3
 * Helper routines common to all host list taps.
4
4
 *
5
 
 * $Id: hostlist_table.c 18197 2006-05-21 05:12:17Z sahlberg $
 
5
 * $Id: hostlist_table.c 20234 2006-12-29 22:22:54Z sfisher $
6
6
 *
7
7
 * Wireshark - Network traffic analyzer
8
8
 * By Gerald Combs <gerald@wireshark.org>
104
104
                        switch(specific_addr_type){
105
105
                        case SAT_ETHER:
106
106
                                return "eth.addr";
 
107
                        case SAT_WLAN:
 
108
                                return "wlan.addr";
107
109
                        case SAT_FDDI:
108
110
                                return "fddi.addr";
109
111
                        case SAT_TOKENRING: