aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ms-mms.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-4/+10
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-5/+5
2013-04-18Let proto_tree_add_item() do the length checking for string lengths, soGuy Harris1-64/+51
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-01Revert r47839, it is not needed with r47979.Evan Huus1-1/+1
2013-03-01Add a much better workaround for bug #8382 and some expert info.Evan Huus1-4/+22
2013-02-23Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8382Evan Huus1-1/+1
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-12-22revert r46678Martin Kaiser1-2/+1
2012-12-21fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8112Martin Kaiser1-1/+2
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-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-19/+19
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-28Remove move unread updates to 'offset' to avoid clang warnings.Martin Mathieson1-28/+4
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-8/+8
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-8/+8
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-66/+66
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-02-19Fix Visual C++ code analysis warnings.Gerald Combs1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-09-15Remove a few more calls to check_col()Martin Mathieson1-39/+18
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-20/+5
2009-05-26Misc dissector cleanup:Bill Meier1-79/+79
2009-01-08Fix for bug 2902:Jaap Keuter1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-2/+1
2008-06-11Return 0 if we don't dissect any bytes.Stig Bjørlykke1-6/+6
2007-12-05Make the "protocol" field big enough to hold the 3-characterGuy Harris1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2006-08-01Fix some fussy warnings seen on the Ubuntu buildbot logsMartin Mathieson1-6/+9
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-02From Martin Mathieson:Anders Broman1-58/+5
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()Ronnie Sahlberg1-33/+8
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-06Don't assign "" to a string that's only used after it's assigned to.Guy Harris1-71/+50
2005-08-04Albert Chin:Jörg Mayer1-3/+10
2005-07-31From Martin Mathieson:Anders Broman1-51/+297
2005-07-30More char -> const char fixesJörg Mayer1-6/+6
2005-07-28ememify some more calls to tvb_get_string()Ronnie Sahlberg1-1/+1
2005-07-22From Martin Mathieson:Anders Broman1-0/+1828