aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sametime.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-2/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-3/+3
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-25TABs -> spacesMartin Kaiser1-672/+686
2014-01-25BASE_NONE -> STR_ASCIIMartin Kaiser1-8/+8
2014-01-25the sametime dissector stores the result of tvb_get_string() into hfMartin Kaiser1-1/+2
2013-12-21fix some warnings.Jakub Zawadzki1-1/+1
2013-12-12- Make local functions static.Anders Broman1-0/+3
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-14emem -> wmemJörg Mayer1-1/+2
2013-03-19From beroset:Anders Broman1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-08Fix some dead assignments.Gerald Combs1-17/+15
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-30From Toralf Foerster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-7/+18
2010-11-18stats_tree_register() need be called only once (and not each time a port pref...Bill Meier1-10/+13
2010-11-17Remove unneeded stuff from the Copyright notice. Use ENC_BIG_ENDIAN and ENC_NA.Jeff Morriss1-35/+29
2010-11-17From Toralf Foerster via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+929