aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rpc.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-11-02 01:15:13 +0000
committerMichael Mann <mmann78@netscape.net>2013-11-02 01:15:13 +0000
commitf6934a4ae1cfa48c6b5aa09fe68cbd538fdc06ad (patch)
treecefd7da09b10bdb41c9e8f7e2ae293a0a4e56b06 /epan/dissectors/packet-rpc.h
parent2f78757f42923341d019d97dc5daae96189fb9dc (diff)
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
Diffstat (limited to 'epan/dissectors/packet-rpc.h')
-rw-r--r--epan/dissectors/packet-rpc.h3
1 files changed, 3 insertions, 0 deletions
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 "<DATA>"
#define RPC_STRING_TRUNCATED "<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 */