aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mmse.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-5/+5
2007-03-27Fix some more warnings under gcc 4.0Stephen Fisher1-5/+5
2006-11-30From Michel Marti:Jaap Keuter1-16/+37
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot1-3/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-02ememify the tvb_get_string call in mmse.Ronnie Sahlberg1-2/+2
2005-07-22recode the tvb_memdup() to use emem calls.Ronnie Sahlberg1-19/+3
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-7/+7
2005-04-22Add some tvb_ensure_bytes_exist() calls.Gerald Combs1-0/+6
2005-01-05From Chris Maynard: free strings even if we don't put them into theGuy Harris1-1/+1
2004-12-21Use "format_text()" on strings, to better handle non-printableGuy Harris1-4/+10
2004-12-21Put the strings for the X-Mms-Previously-Sent-By header under the MMSEGuy Harris1-2/+2
2004-12-21abs_time_to_str() returns a staticly allocated string. dont g_free() it.Ronnie Sahlberg1-4/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1670