aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ses.c
AgeCommit message (Collapse)AuthorFilesLines
2004-01-13From Yuriy Sidelnikov: fix a bug caused by incorrect by-hand applicationguy1-5/+5
of an earlier one of his patches. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9648 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-13From Yuriy Sidelnikov: remove an incorrect "&".guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9647 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-09From Yuriy Sidelnikov:guy1-15/+41
fixed up the problem with short SPDU (dissector didn't recognize short SPDU); added support for presentation dissector. Presentation as well as ASCE dissectors have to know type of session primitives. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9621 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-12From Yuriy Sidelnikov: if the first SPDU in a TSDU has a type of 1 or 2,guy1-30/+73
treat it specially - a type of 1 means GIVE_TOKENS, not DATA_TRANSFER, in that case. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9249 f5534014-38df-0310-8fa8-9805f1628bb7
2003-12-02Don't call the presentation layer dissector if we don't have a handleguy1-17/+15
for it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9136 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-18Handle concatenated SPDUs.guy1-80/+142
Handle the Serial Number parameter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8998 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-11Add parameter length checking.guy1-1/+86
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8944 f5534014-38df-0310-8fa8-9805f1628bb7
2003-11-11From Yuriy Sidelnikov: ISO 8327-1 Session Protocol support.guy1-0/+1572
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8937 f5534014-38df-0310-8fa8-9805f1628bb7