aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp_state_hdlr.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-05 06:43:47 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-12-05 06:43:47 +0000
commit8649f3704addb2bacc78aebc81d11192a03e151f (patch)
treed408f2f6fc6495039febfe99f58e04989addefd9 /epan/sigcomp_state_hdlr.h
parent649856e30c8dc79c61f23cfa9932080b1bf6ad8e (diff)
From Cristian Constantin:
As a workarond for the problem that accsessing a state with a state id > the stored minimum access length fail, only store and compare the state with the minimum access lengt specified in the standard of 6 bytes. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20041 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/sigcomp_state_hdlr.h')
-rw-r--r--epan/sigcomp_state_hdlr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/sigcomp_state_hdlr.h b/epan/sigcomp_state_hdlr.h
index 96155a4b9b..98681e46b1 100644
--- a/epan/sigcomp_state_hdlr.h
+++ b/epan/sigcomp_state_hdlr.h
@@ -43,6 +43,7 @@ extern void udvm_state_free(guint8 buff[],guint16 p_id_start,guint16 p_id_length
extern void sigcomp_init_udvm(void);
#define STATE_BUFFER_SIZE 20
+#define STATE_MIN_ACCESS_LEN 6
#endif
/* SIGCOMP_STATE_HDLR_H */