aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mmse.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.gram1-1670/+0
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-05-05Check the value length in get_encoded_strval(), so that we don't feed agerald1-4/+8
2004-04-20Provide MMSE 1.1 dissection.obiot1-23/+397
2004-04-13Fix the default clause for not implemented MMS headers by adding more genericobiot1-60/+279
2004-02-06Add a new dissector table for multipart media encpsulation (similar to theobiot1-20/+62
2004-01-17PDUs with a content-type header may contain data that can be handed offobiot1-118/+194
2004-01-04Fix the multipart dissection in WSP so media embedded in a multipart entityobiot1-2/+2
2003-12-21Fix a sprintf to non-malloc()ed memory by using g_strdup_printf() and g_free().obiot1-4/+5
2003-12-21warning: static declaration for ... follows non-staticjmayer1-3/+3
2003-12-20Not all C compilers allow declarations in the middle of executableguy1-2/+2
2003-12-19Add debug logging to the MMSE dissector.obiot1-2/+68
2003-12-18Mallocate buffers for the strings gotten by "get_encoded_strval()" andguy1-26/+45
2003-12-08Get rid of the integer media type dissector table in WSP, WBXML and MMSE.obiot1-8/+3
2003-12-07Remove the literal WSP content type dissector table, and replace it with the ...obiot1-4/+4
2003-12-07Rename the "http.content_type" dissector table to "media_type", as it'sguy1-2/+2
2003-11-19Register the MMSE dissector with the "http.content_type" dissectorguy1-6/+4
2003-10-09From Biot Olivier:guy1-3/+7
2003-07-07From Darren Steele: fetch the delivery time from the correct offset.guy1-2/+3
2003-06-08Print a warning in the protocol tree instead of the console.gerald1-4/+3
2002-09-26From Tom Uijldert: MMSE over HTTP supportsahlberg1-3/+2
2002-08-07From Tom Uijldert: modify MMSE dissector to also accept content that isguy1-4/+3
2002-08-05From Jan Kratochvil: fix MMSE handling of strings with specifiedguy1-2/+2
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-07-17From Joerg Mayer:guy1-5/+1
2002-06-07From Martin Gignac: fix the handling of From: headers to properlyguy1-5/+4
2002-06-05From Martin Gignac: make the MMS heuristic dissector recognize packetsguy1-3/+5
2002-06-05From Martin Gignac: fix some values to match theguy1-5/+5
2002-06-03From Martin Gignac: fix the "cc" field.guy1-2/+2
2002-05-29From Martin Gignac: fix Sender-Visibility field to use the rightguy1-4/+4
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-3/+2
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-2/+2
2002-01-08From Tom Uijldert: fix to supply a non-null string argument toguy1-8/+7
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-6/+6
2001-12-07From Tom Uijldert: WSP/MMSE changes to handle multipart-content:guy1-29/+47
2001-10-19From Tom Uijldert: fix to the date decoding, fix a field's name, andguy1-5/+5
2001-09-25MMSE support, from Tom Uijldert.guy1-0/+869