aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mmse.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-3/+3
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-1/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-15emem -> wmemPascal Quantin1-2/+3
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-4/+0
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-19From beroset:Anders Broman1-2/+2
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Fix various instances of unused hf[] entries foundBill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-3/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+2
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2010-01-18Fix some gcc -Wshadow warnings ....Bill Meier1-6/+6
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-4/+4
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+1
2009-05-08Remove 2 tabs in strings;Bill Meier1-7/+5
2009-04-17Remove some no-longer-needed casts.Gerald Combs1-11/+11
2009-03-29More size_t casts.Anders Broman1-5/+5
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-11/+12
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