aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isakmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-11/+14
2015-01-21isakmp: col_...() shouldn't be called under 'if (tree)'Bill Meier1-1/+1
2015-01-16SE_COPY_ADDRESS -> WMEM_COPY_ADDRESSMichael Mann1-1/+1
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-2/+2
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+3
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-36/+40
2014-08-05fix a warning with gcc 4.7.2 on linuxMartin Kaiser1-1/+1
2014-08-05Do various minor dissector changes:Bill Meier1-2151/+2151
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-3/+3
2014-06-20Cleanup display filters reported by checkfiltername.plMichael Mann1-7/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-13/+13
2014-06-17isakmp: add support for IKEv1 AES decryptionAlex Badea1-0/+15
2014-06-17isakmp: allow IKEv1 decryption with non-PSK authenticationAlex Badea1-1/+0
2014-06-16isakmp: support decryption for SHA-2 hash algorithmsAlex Badea1-0/+9
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-2/+2
2014-05-08Fix a whitespace after IKE_AUTHAlexis La Goutte1-1/+1
2014-05-08Remove trailing whitespaceMartin Mathieson1-2/+1
2014-05-08Prettify a little, by showing ike2 flag values in flag root, and showing MID ...Martin Mathieson1-2/+15
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-24Use correct hash algorithms in ISAKMP (IKEv2) dissectorTobias Brunner1-2/+2
2014-02-22Add some simple ISAKMP heuristicsEvan Huus1-8/+31
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-2/+2
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-3/+3
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-1/+1
2013-10-29Mark an unused parameter as suchMartin Mathieson1-1/+1
2013-10-29Remove no-longer-used parameter.Jeff Morriss1-6/+6
2013-10-29Remove use of pinfo->private_dataMichael Mann1-55/+42
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-9/+9
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-29Convert several proto_tree_add_bytes_format calls to proto_tree_add_bytes_for...Michael Mann1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-16/+16
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-8/+8
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-10/+17
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-14/+14
2013-08-27From Dmitry Dyachenko:Anders Broman1-4/+32
2013-08-08Rename variables to reflect their use and to avoid a shadowing warning.Guy Harris1-8/+8
2013-08-08From Tommy Wu:Anders Broman1-10/+25
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-11From Tommy Wu:Anders Broman1-10/+10
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-3/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-06-10Batch of filterable expert infos.Michael Mann1-4/+21