aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-uts.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-4/+4
2015-01-10UTS: fix Copy-paste error (CID 11158603)Alexis La Goutte1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-46/+59
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
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-07- Make local functions static.Anders Broman1-0/+2
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+2
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-14/+14
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-12emem -> wmem ("tshark -v" tested)Jörg Mayer1-1/+0
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs1-14/+14
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-10-25From Jakub Zawadzki:Anders Broman1-24/+16
2009-09-22Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFOKovarththanan Rajaratnam1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-6/+6
2009-05-13Apply some of the patches from:Anders Broman1-1/+1
2008-09-26Reformat somewhat for readabilityBill Meier1-174/+224
2007-12-16From Fulko Hew:Stig Bjørlykke1-0/+338