2015-08-15 00:06:52 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2015 Ritesh Ranjan (r.ranjan789@gmail.com)
|
|
|
|
* All rights reserved.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. The name of the author may not be used to endorse or promote products
|
|
|
|
* derived from this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
|
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
|
|
* DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
|
|
|
|
* INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
|
|
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
|
|
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
|
|
|
* STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
|
|
|
|
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
|
* POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
2016-08-15 21:27:28 +08:00
|
|
|
/* \summary: - Locator/Identifier Separation Protocol (LISP) printer */
|
|
|
|
|
2015-08-15 00:06:52 +08:00
|
|
|
/*
|
2016-08-15 21:27:28 +08:00
|
|
|
* specification: RFC 6830
|
2015-08-15 00:06:52 +08:00
|
|
|
*
|
|
|
|
*
|
|
|
|
* The Map-Register message format is:
|
|
|
|
*
|
|
|
|
* 0 1 2 3
|
|
|
|
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* |Type=3 |P|S|I|R| Reserved |M| Record Count |
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | Nonce . . . |
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | . . . Nonce |
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | Key ID | Authentication Data Length |
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* ~ Authentication Data ~
|
|
|
|
* +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | | Record TTL |
|
|
|
|
* | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* R | Locator Count | EID mask-len | ACT |A| Reserved |
|
|
|
|
* e +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* c | Rsvd | Map-Version Number | EID-Prefix-AFI |
|
|
|
|
* o +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* r | EID-Prefix |
|
|
|
|
* d +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | /| Priority | Weight | M Priority | M Weight |
|
|
|
|
* | L +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | o | Unused Flags |L|p|R| Loc-AFI |
|
|
|
|
* | c +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | \| Locator |
|
|
|
|
* +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* The Map-Notify message format is:
|
|
|
|
*
|
|
|
|
* 0 1 2 3
|
|
|
|
* 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* |Type=4 |I|R| Reserved | Record Count |
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | Nonce . . . |
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | . . . Nonce |
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | Key ID | Authentication Data Length |
|
|
|
|
* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* ~ Authentication Data ~
|
|
|
|
* +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | | Record TTL |
|
|
|
|
* | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* R | Locator Count | EID mask-len | ACT |A| Reserved |
|
|
|
|
* e +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* c | Rsvd | Map-Version Number | EID-Prefix-AFI |
|
|
|
|
* o +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* r | EID-Prefix |
|
|
|
|
* d +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | /| Priority | Weight | M Priority | M Weight |
|
|
|
|
* | L +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | o | Unused Flags |L|p|R| Loc-AFI |
|
|
|
|
* | c +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
* | \| Locator |
|
|
|
|
* +-> +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef HAVE_CONFIG_H
|
2018-01-22 04:27:08 +08:00
|
|
|
#include <config.h>
|
2015-08-15 00:06:52 +08:00
|
|
|
#endif
|
|
|
|
|
2018-01-20 22:59:49 +08:00
|
|
|
#include "netdissect-stdinc.h"
|
2017-03-12 18:06:41 +08:00
|
|
|
#include "netdissect.h"
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
#include "ip.h"
|
|
|
|
#include "ip6.h"
|
|
|
|
|
|
|
|
#include "extract.h"
|
|
|
|
#include "addrtoname.h"
|
|
|
|
|
2015-11-21 17:39:16 +08:00
|
|
|
|
2015-08-15 00:06:52 +08:00
|
|
|
#define IPv4_AFI 1
|
|
|
|
#define IPv6_AFI 2
|
|
|
|
#define TYPE_INDEX 4
|
|
|
|
#define LISP_MAP_NOTIFY_IBIT_MASK 8
|
|
|
|
#define LISP_MAP_REGISTER_IBIT_MASK 2
|
|
|
|
|
|
|
|
enum {
|
|
|
|
LISP_MAP_REQUEST = 1,
|
|
|
|
LISP_MAP_REPLY,
|
|
|
|
LISP_MAP_REGISTER,
|
|
|
|
LISP_MAP_NOTIFY,
|
|
|
|
LISP_ENCAPSULATED_CONTROL_MESSAGE = 8
|
|
|
|
};
|
|
|
|
|
|
|
|
enum {
|
|
|
|
LISP_AUTH_NONE,
|
|
|
|
LISP_AUTH_SHA1,
|
|
|
|
LISP_AUTH_SHA256
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct tok lisp_type [] = {
|
|
|
|
{ 0, "LISP-Reserved" },
|
|
|
|
{ 1, "LISP-Map-Request" },
|
|
|
|
{ 2, "LISP-Map-Reply" },
|
|
|
|
{ 3, "LISP-Map-Register" },
|
|
|
|
{ 4, "LISP-Map-Notify" },
|
|
|
|
{ 8, "LISP-Encapsulated-Contol-Message" },
|
|
|
|
{ 0, NULL }
|
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
|
|
|
* P-Bit : Request for Proxy Map-Reply from the MS/MR
|
|
|
|
* S-Bit : Security Enhancement. ETR is LISP-SEC enabled. draft-ietf-lisp-sec
|
|
|
|
* I-Bit : 128 bit xTR-ID and 64 bit Site-ID present.
|
|
|
|
* xTR-ID and Site-ID help in differentiation of xTRs in multi xTR
|
|
|
|
* and multi Site deployment scenarios.
|
|
|
|
* R-Bit : Built for a Reencapsulating-Tunnel-Router. Used in Traffic
|
|
|
|
* Engineering and Service Chaining
|
|
|
|
*/
|
|
|
|
static const struct tok map_register_hdr_flag[] = {
|
|
|
|
{ 0x08000000, "P-Proxy-Map-Reply" },
|
|
|
|
{ 0x04000000, "S-LISP-SEC-Capable" },
|
|
|
|
{ 0x02000000, "I-xTR-ID-Present" },
|
|
|
|
{ 0x01000000, "R-Build-For-RTR" },
|
|
|
|
{ 0x00000100, "M-Want-Map-Notify" },
|
|
|
|
{ 0, NULL }
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct tok map_notify_hdr_flag[] = {
|
|
|
|
{ 0x08000000, "I-xTR-ID-Present" },
|
|
|
|
{ 0x04000000, "R-Build-For-RTR" },
|
|
|
|
{ 0, NULL }
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct tok auth_type[] = {
|
|
|
|
{ LISP_AUTH_NONE, "None" },
|
|
|
|
{ LISP_AUTH_SHA1, "SHA1" },
|
|
|
|
{ LISP_AUTH_SHA256, "SHA256" },
|
|
|
|
{ 0, NULL}
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct tok lisp_eid_action[] = {
|
|
|
|
{ 0, "No-Action" },
|
|
|
|
{ 1, "Natively-Forward" },
|
|
|
|
{ 2, "Send-Map-Request" },
|
|
|
|
{ 3, "Drop" },
|
|
|
|
{ 0, NULL}
|
|
|
|
};
|
|
|
|
|
|
|
|
static const struct tok lisp_loc_flag[] = {
|
|
|
|
{ 0x0004, "Local-Locator" },
|
|
|
|
{ 0x0002, "RLoc-Probed" },
|
|
|
|
{ 0x0001, "Reachable" },
|
|
|
|
{ 0, NULL }
|
|
|
|
};
|
|
|
|
|
|
|
|
typedef struct map_register_hdr {
|
Introduce data types to use for integral values in packet structures.
They are defined as arrays of bytes, so
1) no padding is inserted before them to put them on natural
boundaries, so they can be used if the values *aren't* so
aligned;
2) you have to use EXTRACT_ macros with them - which you should
be doing *anyway*, to avoid explicitly or implicitly making
assumptions about byte order or alignment safety on the
platform for which your code is being built (it'd better work
when built for little-endian x86 or for big-endian *and*
strict-alignment-requiring SPARC).
Use them in the LISP (no, not the programming language!) dissector;
UNALIGNED means "this structure is not guaranteed to be aligned as a
whole, so don't generate code that assumes it is", not "this structure's
individual members shouldn't have padding to put them on natural
boundaries", so it's not sufficient to do that. (Using these types
*might* suffice to ensure that code that assumes alignment not be
generated, but never underestimate SPARC compilers' eagerness to use
single load and store instructions to fetch big-endian 16-bit, 32-bit,
and 64-bit values from packets that really aren't guaranteed to be
aligned.)
2015-10-07 00:41:01 +08:00
|
|
|
nd_uint8_t type_and_flag;
|
|
|
|
nd_uint8_t reserved;
|
|
|
|
nd_uint8_t reserved_and_flag2;
|
|
|
|
nd_uint8_t record_count;
|
|
|
|
nd_uint64_t nonce;
|
|
|
|
nd_uint16_t key_id;
|
|
|
|
nd_uint16_t auth_data_len;
|
|
|
|
} lisp_map_register_hdr;
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
#define MAP_REGISTER_HDR_LEN sizeof(lisp_map_register_hdr)
|
|
|
|
|
|
|
|
typedef struct map_register_eid {
|
Introduce data types to use for integral values in packet structures.
They are defined as arrays of bytes, so
1) no padding is inserted before them to put them on natural
boundaries, so they can be used if the values *aren't* so
aligned;
2) you have to use EXTRACT_ macros with them - which you should
be doing *anyway*, to avoid explicitly or implicitly making
assumptions about byte order or alignment safety on the
platform for which your code is being built (it'd better work
when built for little-endian x86 or for big-endian *and*
strict-alignment-requiring SPARC).
Use them in the LISP (no, not the programming language!) dissector;
UNALIGNED means "this structure is not guaranteed to be aligned as a
whole, so don't generate code that assumes it is", not "this structure's
individual members shouldn't have padding to put them on natural
boundaries", so it's not sufficient to do that. (Using these types
*might* suffice to ensure that code that assumes alignment not be
generated, but never underestimate SPARC compilers' eagerness to use
single load and store instructions to fetch big-endian 16-bit, 32-bit,
and 64-bit values from packets that really aren't guaranteed to be
aligned.)
2015-10-07 00:41:01 +08:00
|
|
|
nd_uint32_t ttl;
|
|
|
|
nd_uint8_t locator_count;
|
|
|
|
nd_uint8_t eid_prefix_mask_length;
|
|
|
|
nd_uint8_t act_auth_inc_res;
|
|
|
|
nd_uint8_t reserved;
|
2017-12-11 08:23:34 +08:00
|
|
|
nd_uint16_t reserved_and_version;
|
Introduce data types to use for integral values in packet structures.
They are defined as arrays of bytes, so
1) no padding is inserted before them to put them on natural
boundaries, so they can be used if the values *aren't* so
aligned;
2) you have to use EXTRACT_ macros with them - which you should
be doing *anyway*, to avoid explicitly or implicitly making
assumptions about byte order or alignment safety on the
platform for which your code is being built (it'd better work
when built for little-endian x86 or for big-endian *and*
strict-alignment-requiring SPARC).
Use them in the LISP (no, not the programming language!) dissector;
UNALIGNED means "this structure is not guaranteed to be aligned as a
whole, so don't generate code that assumes it is", not "this structure's
individual members shouldn't have padding to put them on natural
boundaries", so it's not sufficient to do that. (Using these types
*might* suffice to ensure that code that assumes alignment not be
generated, but never underestimate SPARC compilers' eagerness to use
single load and store instructions to fetch big-endian 16-bit, 32-bit,
and 64-bit values from packets that really aren't guaranteed to be
aligned.)
2015-10-07 00:41:01 +08:00
|
|
|
nd_uint16_t eid_prefix_afi;
|
|
|
|
} lisp_map_register_eid;
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
#define MAP_REGISTER_EID_LEN sizeof(lisp_map_register_eid)
|
|
|
|
|
|
|
|
typedef struct map_register_loc {
|
Introduce data types to use for integral values in packet structures.
They are defined as arrays of bytes, so
1) no padding is inserted before them to put them on natural
boundaries, so they can be used if the values *aren't* so
aligned;
2) you have to use EXTRACT_ macros with them - which you should
be doing *anyway*, to avoid explicitly or implicitly making
assumptions about byte order or alignment safety on the
platform for which your code is being built (it'd better work
when built for little-endian x86 or for big-endian *and*
strict-alignment-requiring SPARC).
Use them in the LISP (no, not the programming language!) dissector;
UNALIGNED means "this structure is not guaranteed to be aligned as a
whole, so don't generate code that assumes it is", not "this structure's
individual members shouldn't have padding to put them on natural
boundaries", so it's not sufficient to do that. (Using these types
*might* suffice to ensure that code that assumes alignment not be
generated, but never underestimate SPARC compilers' eagerness to use
single load and store instructions to fetch big-endian 16-bit, 32-bit,
and 64-bit values from packets that really aren't guaranteed to be
aligned.)
2015-10-07 00:41:01 +08:00
|
|
|
nd_uint8_t priority;
|
|
|
|
nd_uint8_t weight;
|
|
|
|
nd_uint8_t m_priority;
|
|
|
|
nd_uint8_t m_weight;
|
|
|
|
nd_uint16_t unused_and_flag;
|
|
|
|
nd_uint16_t locator_afi;
|
|
|
|
} lisp_map_register_loc;
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
#define MAP_REGISTER_LOC_LEN sizeof(lisp_map_register_loc)
|
|
|
|
|
2018-01-26 22:15:58 +08:00
|
|
|
static uint8_t extract_lisp_type(uint8_t);
|
|
|
|
static uint8_t is_xtr_data_present(uint8_t, uint8_t);
|
2015-08-15 00:06:52 +08:00
|
|
|
static void lisp_hdr_flag(netdissect_options *, const lisp_map_register_hdr *);
|
|
|
|
static void action_flag(netdissect_options *, uint8_t);
|
|
|
|
static void loc_hdr_flag(netdissect_options *, uint16_t);
|
|
|
|
|
2017-11-16 15:46:28 +08:00
|
|
|
void
|
|
|
|
lisp_print(netdissect_options *ndo, const u_char *bp, u_int length)
|
2015-08-15 00:06:52 +08:00
|
|
|
{
|
2017-12-11 08:23:34 +08:00
|
|
|
uint8_t type_and_flag;
|
2015-08-15 00:06:52 +08:00
|
|
|
uint8_t type;
|
|
|
|
uint8_t mask_len;
|
|
|
|
uint8_t loc_count;
|
|
|
|
uint8_t xtr_present;
|
|
|
|
uint8_t record_count;
|
|
|
|
uint16_t key_id;
|
|
|
|
uint16_t eid_afi;
|
|
|
|
uint16_t loc_afi;
|
|
|
|
uint16_t map_version;
|
|
|
|
uint16_t packet_offset;
|
|
|
|
uint16_t auth_data_len;
|
|
|
|
uint32_t ttl;
|
|
|
|
const u_char *packet_iterator;
|
|
|
|
const u_char *loc_ip_pointer;
|
|
|
|
const lisp_map_register_hdr *lisp_hdr;
|
|
|
|
const lisp_map_register_eid *lisp_eid;
|
|
|
|
const lisp_map_register_loc *lisp_loc;
|
|
|
|
|
2018-03-14 23:54:17 +08:00
|
|
|
ndo->ndo_protocol = "lisp";
|
2015-08-15 00:06:52 +08:00
|
|
|
/* Check if enough bytes for header are available */
|
2017-12-11 19:46:51 +08:00
|
|
|
ND_TCHECK_LEN(bp, MAP_REGISTER_HDR_LEN);
|
2015-08-15 00:06:52 +08:00
|
|
|
lisp_hdr = (const lisp_map_register_hdr *) bp;
|
|
|
|
lisp_hdr_flag(ndo, lisp_hdr);
|
|
|
|
/* Supporting only MAP NOTIFY and MAP REGISTER LISP packets */
|
2018-06-16 23:23:21 +08:00
|
|
|
type_and_flag = GET_U_1(lisp_hdr->type_and_flag);
|
2017-12-11 08:23:34 +08:00
|
|
|
type = extract_lisp_type(type_and_flag);
|
2015-08-15 00:06:52 +08:00
|
|
|
if ((type != LISP_MAP_REGISTER) && (type != LISP_MAP_NOTIFY))
|
|
|
|
return;
|
|
|
|
|
|
|
|
/* Find if the packet contains xTR and Site-ID data */
|
2017-12-11 08:23:34 +08:00
|
|
|
xtr_present = is_xtr_data_present(type, type_and_flag);
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
/* Extract the number of EID records present */
|
2018-06-16 23:23:21 +08:00
|
|
|
auth_data_len = GET_BE_U_2(lisp_hdr->auth_data_len);
|
2015-08-15 00:06:52 +08:00
|
|
|
packet_iterator = (const u_char *)(lisp_hdr);
|
|
|
|
packet_offset = MAP_REGISTER_HDR_LEN;
|
2018-06-16 23:23:21 +08:00
|
|
|
record_count = GET_U_1(lisp_hdr->record_count);
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
if (ndo->ndo_vflag) {
|
2018-06-16 23:23:21 +08:00
|
|
|
key_id = GET_BE_U_2(lisp_hdr->key_id);
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT("\n %u record(s), ", record_count);
|
|
|
|
ND_PRINT("Authentication %s,",
|
|
|
|
tok2str(auth_type, "unknown-type", key_id));
|
2015-08-15 00:06:52 +08:00
|
|
|
hex_print(ndo, "\n Authentication-Data: ", packet_iterator +
|
|
|
|
packet_offset, auth_data_len);
|
|
|
|
} else {
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" %u record(s),", record_count);
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
packet_offset += auth_data_len;
|
|
|
|
|
|
|
|
if (record_count == 0)
|
2015-11-21 17:39:16 +08:00
|
|
|
goto invalid;
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
/* Print all the EID records */
|
2021-11-16 08:44:46 +08:00
|
|
|
while ((length > packet_offset) && (record_count != 0)) {
|
|
|
|
record_count--;
|
2017-12-11 19:46:51 +08:00
|
|
|
ND_TCHECK_LEN(packet_iterator + packet_offset,
|
|
|
|
MAP_REGISTER_EID_LEN);
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT("\n");
|
2015-08-15 00:06:52 +08:00
|
|
|
lisp_eid = (const lisp_map_register_eid *)
|
|
|
|
((const u_char *)lisp_hdr + packet_offset);
|
|
|
|
packet_offset += MAP_REGISTER_EID_LEN;
|
2018-06-16 23:23:21 +08:00
|
|
|
mask_len = GET_U_1(lisp_eid->eid_prefix_mask_length);
|
|
|
|
eid_afi = GET_BE_U_2(lisp_eid->eid_prefix_afi);
|
|
|
|
loc_count = GET_U_1(lisp_eid->locator_count);
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
if (ndo->ndo_vflag) {
|
2018-06-16 23:23:21 +08:00
|
|
|
ttl = GET_BE_U_4(lisp_eid->ttl);
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" Record TTL %u,", ttl);
|
2018-06-16 23:23:21 +08:00
|
|
|
action_flag(ndo, GET_U_1(lisp_eid->act_auth_inc_res));
|
|
|
|
map_version = GET_BE_U_2(lisp_eid->reserved_and_version) & 0x0FFF;
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" Map Version: %u,", map_version);
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
switch (eid_afi) {
|
|
|
|
case IPv4_AFI:
|
2020-01-20 11:55:38 +08:00
|
|
|
ND_PRINT(" EID %s/%u,",
|
|
|
|
GET_IPADDR_STRING(packet_iterator + packet_offset),
|
|
|
|
mask_len);
|
2015-08-15 00:06:52 +08:00
|
|
|
packet_offset += 4;
|
|
|
|
break;
|
|
|
|
case IPv6_AFI:
|
2020-01-20 11:55:38 +08:00
|
|
|
ND_PRINT(" EID %s/%u,",
|
|
|
|
GET_IP6ADDR_STRING(packet_iterator + packet_offset),
|
|
|
|
mask_len);
|
2015-08-15 00:06:52 +08:00
|
|
|
packet_offset += 16;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
/*
|
|
|
|
* No support for LCAF right now.
|
|
|
|
*/
|
|
|
|
return;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" %u locator(s)", loc_count);
|
2015-08-15 00:06:52 +08:00
|
|
|
|
2021-11-16 08:44:46 +08:00
|
|
|
while (loc_count != 0) {
|
|
|
|
loc_count--;
|
2017-12-11 19:46:51 +08:00
|
|
|
ND_TCHECK_LEN(packet_iterator + packet_offset,
|
|
|
|
MAP_REGISTER_LOC_LEN);
|
2015-08-15 00:06:52 +08:00
|
|
|
lisp_loc = (const lisp_map_register_loc *) (packet_iterator + packet_offset);
|
|
|
|
loc_ip_pointer = (const u_char *) (lisp_loc + 1);
|
|
|
|
packet_offset += MAP_REGISTER_LOC_LEN;
|
2018-06-16 23:23:21 +08:00
|
|
|
loc_afi = GET_BE_U_2(lisp_loc->locator_afi);
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
if (ndo->ndo_vflag)
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT("\n ");
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
switch (loc_afi) {
|
|
|
|
case IPv4_AFI:
|
2017-11-25 05:48:55 +08:00
|
|
|
ND_TCHECK_4(packet_iterator + packet_offset);
|
2020-01-20 11:55:38 +08:00
|
|
|
ND_PRINT(" LOC %s", GET_IPADDR_STRING(loc_ip_pointer));
|
2015-08-15 00:06:52 +08:00
|
|
|
packet_offset += 4;
|
|
|
|
break;
|
|
|
|
case IPv6_AFI:
|
2017-11-25 05:48:55 +08:00
|
|
|
ND_TCHECK_16(packet_iterator + packet_offset);
|
2020-01-20 11:55:38 +08:00
|
|
|
ND_PRINT(" LOC %s", GET_IP6ADDR_STRING(loc_ip_pointer));
|
2015-08-15 00:06:52 +08:00
|
|
|
packet_offset += 16;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
if (ndo->ndo_vflag) {
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT("\n Priority/Weight %u/%u,"
|
2015-08-15 00:06:52 +08:00
|
|
|
" Multicast Priority/Weight %u/%u,",
|
2018-06-16 23:23:21 +08:00
|
|
|
GET_U_1(lisp_loc->priority),
|
|
|
|
GET_U_1(lisp_loc->weight),
|
|
|
|
GET_U_1(lisp_loc->m_priority),
|
|
|
|
GET_U_1(lisp_loc->m_weight));
|
2017-11-18 18:52:52 +08:00
|
|
|
loc_hdr_flag(ndo,
|
2018-06-16 23:23:21 +08:00
|
|
|
GET_BE_U_2(lisp_loc->unused_and_flag));
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2015-11-21 17:39:16 +08:00
|
|
|
* Print xTR and Site ID. Handle the fact that the packet could be invalid.
|
2015-08-15 00:06:52 +08:00
|
|
|
* If the xTR_ID_Present bit is not set, and we still have data to display,
|
|
|
|
* show it as hex data.
|
|
|
|
*/
|
|
|
|
if (xtr_present) {
|
2017-12-11 19:46:51 +08:00
|
|
|
if (!ND_TTEST_LEN(packet_iterator + packet_offset, 24))
|
2015-11-21 17:39:16 +08:00
|
|
|
goto invalid;
|
2020-05-26 10:07:16 +08:00
|
|
|
hex_print(ndo, "\n xTR-ID: ", packet_iterator + packet_offset, 16);
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT("\n SITE-ID: %" PRIu64,
|
2018-06-16 23:23:21 +08:00
|
|
|
GET_BE_U_8(packet_iterator + packet_offset + 16));
|
2015-08-15 00:06:52 +08:00
|
|
|
} else {
|
|
|
|
/* Check if packet isn't over yet */
|
|
|
|
if (packet_iterator + packet_offset < ndo->ndo_snapend) {
|
2020-05-26 10:07:16 +08:00
|
|
|
hex_print(ndo, "\n Data: ", packet_iterator + packet_offset,
|
|
|
|
ND_BYTES_AVAILABLE_AFTER(packet_iterator + packet_offset));
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
return;
|
|
|
|
trunc:
|
2018-05-02 23:15:04 +08:00
|
|
|
nd_print_trunc(ndo);
|
2015-08-15 00:06:52 +08:00
|
|
|
return;
|
2015-11-21 17:39:16 +08:00
|
|
|
invalid:
|
2018-09-11 18:27:55 +08:00
|
|
|
nd_print_invalid(ndo);
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
|
2018-01-26 22:15:58 +08:00
|
|
|
static uint8_t
|
|
|
|
extract_lisp_type(uint8_t lisp_hdr_flags)
|
2015-08-15 00:06:52 +08:00
|
|
|
{
|
|
|
|
return (lisp_hdr_flags) >> TYPE_INDEX;
|
|
|
|
}
|
|
|
|
|
2018-01-26 22:15:58 +08:00
|
|
|
static uint8_t
|
|
|
|
is_xtr_data_present(uint8_t type, uint8_t lisp_hdr_flags)
|
2015-08-15 00:06:52 +08:00
|
|
|
{
|
2015-10-05 17:03:15 +08:00
|
|
|
uint8_t xtr_present = 0;
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
if (type == LISP_MAP_REGISTER)
|
|
|
|
xtr_present = (lisp_hdr_flags) & LISP_MAP_REGISTER_IBIT_MASK;
|
|
|
|
else if (type == LISP_MAP_NOTIFY)
|
|
|
|
xtr_present = (lisp_hdr_flags) & LISP_MAP_NOTIFY_IBIT_MASK;
|
|
|
|
|
|
|
|
return xtr_present;
|
|
|
|
}
|
|
|
|
|
|
|
|
static void lisp_hdr_flag(netdissect_options *ndo, const lisp_map_register_hdr *lisp_hdr)
|
|
|
|
{
|
2018-06-16 23:23:21 +08:00
|
|
|
uint8_t type = extract_lisp_type(GET_U_1(lisp_hdr->type_and_flag));
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
if (!ndo->ndo_vflag) {
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT("%s,", tok2str(lisp_type, "unknown-type-%u", type));
|
2015-08-15 00:06:52 +08:00
|
|
|
return;
|
|
|
|
} else {
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT("%s,", tok2str(lisp_type, "unknown-type-%u", type));
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
if (type == LISP_MAP_REGISTER) {
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" flags [%s],", bittok2str(map_register_hdr_flag,
|
2018-06-16 23:23:21 +08:00
|
|
|
"none", GET_BE_U_4(lisp_hdr)));
|
2015-08-15 00:06:52 +08:00
|
|
|
} else if (type == LISP_MAP_NOTIFY) {
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" flags [%s],", bittok2str(map_notify_hdr_flag,
|
2018-06-16 23:23:21 +08:00
|
|
|
"none", GET_BE_U_4(lisp_hdr)));
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
static void action_flag(netdissect_options *ndo, uint8_t act_auth_inc_res)
|
|
|
|
{
|
|
|
|
uint8_t action;
|
|
|
|
uint8_t authoritative;
|
|
|
|
|
|
|
|
authoritative = ((act_auth_inc_res >> 4) & 1);
|
|
|
|
|
|
|
|
if (authoritative)
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" Authoritative,");
|
2015-08-15 00:06:52 +08:00
|
|
|
else
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" Non-Authoritative,");
|
2015-08-15 00:06:52 +08:00
|
|
|
|
|
|
|
action = act_auth_inc_res >> 5;
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" %s,", tok2str(lisp_eid_action, "unknown", action));
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
static void loc_hdr_flag(netdissect_options *ndo, uint16_t flag)
|
|
|
|
{
|
2018-01-07 18:47:30 +08:00
|
|
|
ND_PRINT(" flags [%s],", bittok2str(lisp_loc_flag, "none", flag));
|
2015-08-15 00:06:52 +08:00
|
|
|
}
|
|
|
|
|