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

« back to all changes in this revision

Viewing changes to epan/dissectors/packet-hpext.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
 * Routines for HP extended IEEE 802.2 LLC layer
3
3
 * Jochen Friedrich <jochen@scram.de>
4
4
 *
5
 
 * $Id: packet-hpext.c 18196 2006-05-21 04:49:01Z sahlberg $
 
5
 * $Id: packet-hpext.c 19812 2006-11-05 18:26:21Z jake $
6
6
 *
7
7
 * Wireshark - Network traffic analyzer
8
8
 * By Gerald Combs <gerald@wireshark.org>
20
20
 *
21
21
 * You should have received a copy of the GNU General Public License
22
22
 * along with this program; if not, write to the Free Software
23
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
23
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
24
24
 */
25
25
 
26
26
#ifdef HAVE_CONFIG_H
48
48
const value_string xsap_vals[] = {
49
49
        { HPEXT_DXSAP,  "RBOOT Destination Service Access Point" },
50
50
        { HPEXT_SXSAP,  "RBOOT Source Service Access Point" },
 
51
        { HPEXT_HPSW,   "HP Switch Protocol" },
51
52
        { HPEXT_SNMP,   "SNMP" },
52
53
        { 0x00,         NULL }
53
54
};
102
103
 
103
104
                { &hf_hpext_sxsap,
104
105
                { "SXSAP", "hpext.sxsap", FT_UINT16, BASE_HEX,
105
 
                        VALS(xsap_vals), 0x0, "", HFILL }},
 
106
                        VALS(xsap_vals), 0x0, "", HFILL }}
106
107
        };
107
108
        static gint *ett[] = {
108
 
                &ett_hpext,
 
109
                &ett_hpext
109
110
        };
110
111
 
111
112
        proto_hpext = proto_register_protocol(