aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mmse.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-06Add a new dissector table for multipart media encpsulation (similar to theOlivier Biot1-20/+62
2004-01-17PDUs with a content-type header may contain data that can be handed offOlivier Biot1-118/+194
2004-01-04Fix the multipart dissection in WSP so media embedded in a multipart entityOlivier Biot1-2/+2
2003-12-21Fix a sprintf to non-malloc()ed memory by using g_strdup_printf() and g_free().Olivier Biot1-4/+5
2003-12-21warning: static declaration for ... follows non-staticJörg Mayer1-3/+3
2003-12-20Not all C compilers allow declarations in the middle of executableGuy Harris1-2/+2
2003-12-19Add debug logging to the MMSE dissector.Olivier Biot1-2/+68
2003-12-18Mallocate buffers for the strings gotten by "get_encoded_strval()" andGuy Harris1-26/+45
2003-12-08Get rid of the integer media type dissector table in WSP, WBXML and MMSE.Olivier Biot1-8/+3
2003-12-07Remove the literal WSP content type dissector table, and replace it with the ...Olivier Biot1-4/+4
2003-12-07Rename the "http.content_type" dissector table to "media_type", as it'sGuy Harris1-2/+2
2003-11-19Register the MMSE dissector with the "http.content_type" dissectorGuy Harris1-6/+4
2003-10-09From Biot Olivier:Guy Harris1-3/+7
2003-07-07From Darren Steele: fetch the delivery time from the correct offset.Guy Harris1-2/+3
2003-06-08Print a warning in the protocol tree instead of the console.Gerald Combs1-4/+3
2002-09-26From Tom Uijldert: MMSE over HTTP supportRonnie Sahlberg1-3/+2
2002-08-07From Tom Uijldert: modify MMSE dissector to also accept content that isGuy Harris1-4/+3
2002-08-05From Jan Kratochvil: fix MMSE handling of strings with specifiedGuy Harris1-2/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-06-07From Martin Gignac: fix the handling of From: headers to properlyGuy Harris1-5/+4
2002-06-05From Martin Gignac: make the MMS heuristic dissector recognize packetsGuy Harris1-3/+5
2002-06-05From Martin Gignac: fix some values to match theGuy Harris1-5/+5
2002-06-03From Martin Gignac: fix the "cc" field.Guy Harris1-2/+2
2002-05-29From Martin Gignac: fix Sender-Visibility field to use the rightGuy Harris1-4/+4
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-2/+2
2002-01-08From Tom Uijldert: fix to supply a non-null string argument toGuy Harris1-8/+7
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-6/+6
2001-12-07From Tom Uijldert: WSP/MMSE changes to handle multipart-content:Guy Harris1-29/+47
2001-10-19From Tom Uijldert: fix to the date decoding, fix a field's name, andGuy Harris1-5/+5
2001-09-25MMSE support, from Tom Uijldert.Guy Harris1-0/+869