aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-time.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-06-15TFS: Mutualize Response/Request TFSAlexis La Goutte1-2/+0
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-3/+10
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Add a cast to fix g4cc694839d.Evan Huus1-1/+2
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+7
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-16no need for if(tree)Martin Kaiser1-14/+11
2013-12-16TABs -> spaces, add editor modelinesMartin Kaiser1-47/+58
2013-12-16From WesleyMartin Kaiser1-2/+2
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-03-19From beroset:Anders Broman1-2/+2
2012-11-29Make all enum_val_t's const.Jeff Morriss1-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-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-07-05From Michael Mann:Anders Broman1-1/+22
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-1/+1
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-1/+1
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2006-08-02From Stephen Fisher:Anders Broman1-4/+6
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-09-01Use the value for the UNIX epoch from RFC 868 for the difference betweenGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+99