aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ms-mms.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...wmeier1-8/+8
2011-10-23Fix a few proto_tree_add_item() encoding args.wmeier1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-3/+3
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-66/+66
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-2/+2
2011-02-19Fix Visual C++ code analysis warnings.gerald1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-09-15Remove a few more calls to check_col()martinm1-39/+18
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-20/+5
2009-05-26Misc dissector cleanup:wmeier1-79/+79
2009-01-08Fix for bug 2902:jake1-1/+1
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-2/+1
2008-06-11Return 0 if we don't dissect any bytes.stig1-6/+6
2007-12-05Make the "protocol" field big enough to hold the 3-characterguy1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2006-08-01Fix some fussy warnings seen on the Ubuntu buildbot logsmartinm1-6/+9
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-02From Martin Mathieson:etxrab1-58/+5
2005-08-10convert some tvb_fake_unicode() to tvb_get_ephemeral_faked_unicode()sahlberg1-33/+8
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-08-06Don't assign "" to a string that's only used after it's assigned to.guy1-71/+50
2005-08-04Albert Chin:jmayer1-3/+10
2005-07-31From Martin Mathieson:etxrab1-51/+297
2005-07-30More char -> const char fixesjmayer1-6/+6
2005-07-28ememify some more calls to tvb_get_string()sahlberg1-1/+1
2005-07-22From Martin Mathieson:etxrab1-0/+1828