From f6934a4ae1cfa48c6b5aa09fe68cbd538fdc06ad Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 2 Nov 2013 01:15:13 +0000 Subject: Remove rpc_defrag.h Move the #defines to packet-rpc.h and pull the functions into packet-rpc.c since they aren't used by any dissectors. svn path=/trunk/; revision=53040 --- epan/dissectors/packet-rpc.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/dissectors/packet-rpc.h') diff --git a/epan/dissectors/packet-rpc.h b/epan/dissectors/packet-rpc.h index 7087cf9932..34571ed278 100644 --- a/epan/dissectors/packet-rpc.h +++ b/epan/dissectors/packet-rpc.h @@ -103,6 +103,9 @@ #define RPC_STRING_DATA "" #define RPC_STRING_TRUNCATED "" +#define RPC_RM_LASTFRAG 0x80000000U +#define RPC_RM_FRAGLEN 0x7fffffffU + extern const value_string rpc_authgss_svc[]; typedef enum { FLAVOR_UNKNOWN, /* authentication flavor unknown */ -- cgit v1.2.3