aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mikey.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-07No need to include tfs.hStig Bjørlykke1-1/+0
svn path=/trunk/; revision=28987
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2008-09-30Minor cleanup related to proto_register, proto_reg_handoffBill Meier1-4/+3
svn path=/trunk/; revision=26307
2008-04-22Fix for bug 2481:Jaap Keuter1-3/+0
Remove debug code svn path=/trunk/; revision=25146
2008-04-07From David Bernard:Jaap Keuter1-87/+303
This patch improves MIKEY support in Wireshark. The payload types "Error" and "General Extension" are now supported. The "KEMAC" payload type now support dissecting its sub-payloads "Key Data" and "Key Validity", but only for PSK (Pre-Shared key) mode with NULL encryption. So this will dissects properly the TGK and SALT keys for example. No decrypting is performed, only decoding. svn path=/trunk/; revision=24833
2007-09-19Add UDP and TCP port preferences.Jaap Keuter1-1/+29
svn path=/trunk/; revision=22911
2007-09-19Cleanup the source somewhat.Jaap Keuter1-167/+97
svn path=/trunk/; revision=22909
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-1/+4
svn path=/trunk/; revision=21753
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
most have been tagged unused (few have been deleted if dissector has not been modified since a long time) move packet-ssl-utils.c to DISSECTOR_SRC svn path=/trunk/; revision=21431
2007-04-13fix gcc warning :Sebastien Tandel1-1/+1
use of new_register_dissector instead of register_dissector svn path=/trunk/; revision=21408
2007-04-13H.235.7: MIKEY in H.323Tomas Kukosa1-0/+1
svn path=/trunk/; revision=21406
2007-03-21Fixes for: warning: comma at end of enumerator listJörg Mayer1-2/+2
svn path=/trunk/; revision=21084
2007-03-20remove some compiler warnings for unused parametersRonnie Sahlberg1-15/+15
svn path=/trunk/; revision=21069
2007-03-05From Mikael Magnusson:Anders Broman1-0/+1651
This patch adds support for key-mgmt session attributes in SDP (defined in RFC 4567). The patch also contains a Multimedia Internet KEYing (MIKEY is defined in RFC 3830) dissector plugin for "mikey" key-mgmt data. svn path=/trunk/; revision=20977