aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-omapi.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Fix encoding arg for ptvcursor_add() and ptvcursor_add_noadvance() function c...Bill Meier2011-10-251-19/+19
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-7/+7
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Fix for bug 4982:Jaap Keuter2010-07-061-1/+13
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-4/+1
* Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-8/+2
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-1/+1
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-2/+2
* Adding ISC Object Management API dissectorJaap Keuter2006-11-151-0/+312