aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-componentstatus.c
AgeCommit message (Expand)AuthorFilesLines
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-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-11-12Update URL.Guy Harris1-1/+1
2011-11-12Remove some unneeded 'if(pinfo)' tests;Bill Meier1-4/+2
2011-10-31From Thomas Dreibholz via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Alexis La Goutte1-3/+15
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-20/+18
2011-04-27From Yaniv Kaul:Anders Broman1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-09-25Upon 2nd thought: revert removal of 'if (check_col(...))' around col_add_fstr...Bill Meier1-1/+1
2009-09-24Changes:Bill Meier1-46/+46
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-17/+17
2006-06-16"proto_tree_add_text()" supports printf-style formats; there's no needGuy Harris1-4/+3
2006-06-09update propertiesRonnie Sahlberg1-1/+1
2006-06-09From Thomas DreibholzRonnie Sahlberg1-0/+294