aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-omapi.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-11/+9
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-9/+20
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-53/+66
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Fix leaks where ptvcursor_free() wasn't being called.Chris Maynard1-0/+4
2013-12-14Fix warningsJakub Zawadzki1-0/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-8/+4
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-10-25Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier1-19/+19
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-07-06Fix for bug 4982:Jaap Keuter1-1/+13
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-4/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-8/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2006-11-15Adding ISC Object Management API dissectorJaap Keuter1-0/+312