aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isns.c
Commit message (Collapse)AuthorAgeFilesLines
* the isns timestamp is in fact a 64 bit integer and not a 32 bit integer.Ronnie Sahlberg2004-05-271-2/+2
| | | | | | | declaring it properly will make ethereal dissect it properly as well instead of crashing svn path=/trunk/; revision=11013
* dissect the authentication-block flag bitRonnie Sahlberg2004-05-131-2/+14
| | | | svn path=/trunk/; revision=10869
* isns standard is unclear here but some servers do respond with a 0 lengthRonnie Sahlberg2004-05-131-3/+6
| | | | | | | | PGT in DevAttrRegRsp if the DevAttrReg contained it. Allow DevAttrRegRsp to contain 0 length PGTs. svn path=/trunk/; revision=10868
* update to isns:Ronnie Sahlberg2004-05-131-49/+78
| | | | | | | make it handle PGT with length 0 properly only try to dissect the attributes if this is the first PDU in a sequence. svn path=/trunk/; revision=10867
* add tcp reassembly to isnsRonnie Sahlberg2004-05-061-14/+76
| | | | | | | | | also make isns not dump core just because someone has encoded an integer in 0 bytes. still need to add reassembly of fragmented pdus (first fragment/last fragment) but have example captures of that so thats for tomorrow. svn path=/trunk/; revision=10805
* update to isns and prettify is a bit.Ronnie Sahlberg2004-04-291-291/+787
| | | | svn path=/trunk/; revision=10724
* Add RCS IDs.Guy Harris2003-10-021-0/+2
| | | | svn path=/trunk/; revision=8597
* iSNS support, from Garth Bushell.Guy Harris2003-04-291-0/+1277
svn path=/trunk/; revision=7597