aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtsp.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-07 05:58:42 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-07 05:58:42 +0000
commit99f4411c8a60646a7ac4f7b147dfe1bc4d54a159 (patch)
treed0028f4b7e678bc5bf4f1c3ac2aedb26131b31df /epan/dissectors/packet-rtsp.c
parente3a174e55ee8ecfb5cc8dc86ad3a98420e1fae2d (diff)
From Peter Kjellerstedt:
For some reason only the first eight interleaved RTSP channels are supported by epan/dissectors/packet-rtsp.c. This is a problem for us as one of our servers use the channel numbers in a round robin fashion and will thus use all 256 channels. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25249 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-rtsp.c')
-rw-r--r--epan/dissectors/packet-rtsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rtsp.c b/epan/dissectors/packet-rtsp.c
index 93b1866692..8a257fb77c 100644
--- a/epan/dissectors/packet-rtsp.c
+++ b/epan/dissectors/packet-rtsp.c
@@ -111,7 +111,7 @@ typedef struct {
dissector_handle_t dissector;
} rtsp_interleaved_t;
-#define RTSP_MAX_INTERLEAVED (8)
+#define RTSP_MAX_INTERLEAVED (256)
/*
* Careful about dynamically allocating memory in this structure (say