aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pktc.c
AgeCommit message (Collapse)AuthorFilesLines
2004-06-19From Thomas Anders: display the Security Parameter Lifetime as aGuy Harris1-2/+5
relative time string rather than raw seconds. svn path=/trunk/; revision=11183
2004-06-05from tomas anders more packetcable stuffRonnie Sahlberg1-45/+152
new protocol : PacketCable MTA FQDN svn path=/trunk/; revision=11114
2004-06-04get rid of a compiler warningRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=11105
2004-06-04Add a mechanism where one can provide callbacks to the kerbgeros dissectorRonnie Sahlberg1-7/+80
to pass back dissection of application specific fields (octet strings) This can later be used to pick up session keys by dcerpc and similar. Currently it will initially be used by packetcable. PacketCable additions by Thomas Anders svn path=/trunk/; revision=11101
2004-05-25From Thomas Anders: add support for Rekey and Error Reply messages.Guy Harris1-2/+73
svn path=/trunk/; revision=10992
2004-05-22From Thomas Anders:Guy Harris1-23/+113
- full support for "Wake Up" and "Security Parameter Recovered" messages - full support for IPsec (additionally to SNMPv3) DOI - add descriptive text to the info column (COL_INFO) - proper FT_BOOLEAN type for "Re-establish" and "ACK required" flags - proper item length for "PacketCable" (top-level), "List of ciphersuites" and "Application Specific Data" - minor cleanup svn path=/trunk/; revision=10965
2004-05-21From Thomas Anders enhancements to PacketCableRonnie Sahlberg1-43/+81
svn path=/trunk/; revision=10943
2004-05-18update to packetcable dissect all of apreq/aprep packetsRonnie Sahlberg1-7/+228
svn path=/trunk/; revision=10917
2004-05-18New protocol : PacketCable : PKTCRonnie Sahlberg1-0/+181
The AP-REQ and AP_REP packets are partially dissected up to and including the kerberos blob. work in progress svn path=/trunk/; revision=10916