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.

svn path=/trunk/; revision=25249
This commit is contained in:
Jaap Keuter 2008-05-07 05:58:42 +00:00
parent 3d39efc2c3
commit 1cca1f8082
1 changed files with 1 additions and 1 deletions

View File

@ -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