aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pktc.c
AgeCommit message (Collapse)AuthorFilesLines
2004-06-19From Thomas Anders: display the Security Parameter Lifetime as aguy1-2/+5
relative time string rather than raw seconds. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11183 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-05from tomas anders more packetcable stuffsahlberg1-45/+152
new protocol : PacketCable MTA FQDN git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11114 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04get rid of a compiler warningsahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11105 f5534014-38df-0310-8fa8-9805f1628bb7
2004-06-04Add a mechanism where one can provide callbacks to the kerbgeros dissectorsahlberg1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11101 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-25From Thomas Anders: add support for Rekey and Error Reply messages.guy1-2/+73
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10992 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-22From Thomas Anders:guy1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10965 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-21From Thomas Anders enhancements to PacketCablesahlberg1-43/+81
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10943 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-18update to packetcable dissect all of apreq/aprep packetssahlberg1-7/+228
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10917 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-18New protocol : PacketCable : PKTCsahlberg1-0/+181
The AP-REQ and AP_REP packets are partially dissected up to and including the kerberos blob. work in progress git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10916 f5534014-38df-0310-8fa8-9805f1628bb7