12 #ifndef __PACKET_LISP_H__
13 #define __PACKET_LISP_H__
17 #define INET_ADDRLEN 4
18 #define INET6_ADDRLEN 16
19 #define EUI48_ADDRLEN 6
20 #define LISP_XTRID_LEN 16
21 #define LISP_SITEID_LEN 8
23 #define LISP_CONTROL_PORT 4342
25 const gchar * get_addr_str(
tvbuff_t *tvb,
packet_info *pinfo, gint offset, guint16 afi, guint16 *addr_len);
28 guint8 rec_cnt,
int rec, gboolean referral, gint offset,
proto_item *tim);
30 gint offset,
proto_item *tim, gboolean keep_going);
Definition: packet_info.h:44
Definition: tvbuff-int.h:35