aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mikey.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-27/+4
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-11/+1
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-8/+6
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-70/+10
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-07-06mikey: do not request more data on proto violationPeter Wu1-12/+26
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+3
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-12More wmem.Evan Huus1-2/+2
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+3
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-2/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-19From beroset:Anders Broman1-6/+6
2012-12-15Add a missing ENC_ASCIIPascal Quantin1-1/+1
2012-12-12General cleanup:Bill Meier1-294/+307
2012-12-12From Adam Butcher: Add SAKKE support to MIKEY dissectorBill Meier1-5/+140
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-10/+10
2012-05-08Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+8
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-19More conversions of proto_tree_add_item() 'encoding' argBill Meier1-60/+60
2011-07-15Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-8/+0
2011-05-23Add a missing line of code: Fixes Coverity 967 [UNUSED].Bill Meier1-0/+1
2011-02-08Add NTP times using proto_tree_add_item().Jeff Morriss1-12/+3
2011-01-10Give a couple commented-out hf's abbreviations (to keep checkAPIs happy).Jeff Morriss1-2/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-5/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-12-21Switch to using a bundled version of the openSUSE Build Service packagesGerald Combs1-5/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-07-07No need to include tfs.hStig Bjørlykke1-1/+0
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1