aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mikey.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27Fix some proto_tree_add_item() encoding args;wmeier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argwmeier1-60/+60
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.wmeier1-8/+0
2011-05-23Add a missing line of code: Fixes Coverity 967 [UNUSED].wmeier1-0/+1
2011-02-08Add NTP times using proto_tree_add_item().morriss1-12/+3
2011-01-10Give a couple commented-out hf's abbreviations (to keep checkAPIs happy).morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...wmeier1-5/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesgerald1-5/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-07-07No need to include tfs.hstig1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffwmeier1-4/+3
2008-04-22Fix for bug 2481:jake1-3/+0
2008-04-07From David Bernard:jake1-87/+303
2007-09-19Add UDP and TCP port preferences.jake1-1/+29
2007-09-19Cleanup the source somewhat.jake1-167/+97
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-1/+4
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2007-04-13fix gcc warning :standel1-1/+1
2007-04-13H.235.7: MIKEY in H.323kukosa1-0/+1
2007-03-21Fixes for: warning: comma at end of enumerator listjmayer1-2/+2
2007-03-20remove some compiler warnings for unused parameterssahlberg1-15/+15
2007-03-05From Mikael Magnusson:etxrab1-0/+1651