aboutsummaryrefslogtreecommitdiffstats
path: root/epan/media_params.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-23See if *this* convinces the compiler that valuelen and value will be set.Guy Harris1-11/+19
2016-08-23Fix handling of parameters with no value.Guy Harris1-2/+13
2016-08-23Add cast to squelch "building with a C++ compiler" warnings.Guy Harris1-1/+1
2016-08-23Handle quoted-pairs in quoted-strings correctly.Guy Harris1-56/+166
2016-08-22Make index_of_char() static againBalint Reczey1-21/+1
2016-08-22Rename find_parameter() to ws_find_media_type_parameter()Balint Reczey1-1/+1
2016-08-22Get rid of trailing blank line.Guy Harris1-1/+0
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-0/+133