diff options
Diffstat (limited to 'epan/dissectors/packet-hpext.h')
-rw-r--r-- | epan/dissectors/packet-hpext.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/epan/dissectors/packet-hpext.h b/epan/dissectors/packet-hpext.h new file mode 100644 index 00000000..2948142a --- /dev/null +++ b/epan/dissectors/packet-hpext.h @@ -0,0 +1,15 @@ +/* packet-hpext.h + * Routines for HP extended IEEE 802.2 LLC layer + * Jochen Friedrich <jochen@scram.de> + * + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> + * Copyright 1998 Gerald Combs + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + +#define HPEXT_DXSAP 0x608 +#define HPEXT_SXSAP 0x609 +#define HPEXT_HPSW 0x623 +#define HPEXT_SNMP 0x165A |