aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-macros.h
AgeCommit message (Collapse)AuthorFilesLines
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-15/+16
microseconds. Fix some "signed vs. unsigned" comparison warnings. svn path=/trunk/; revision=3934
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris1-3/+2
tvb_get_ptr(tvb, offset, length))" calls to "proto_tree_add_item()" calls. Do the same, in "packet-iscsi.c" and "packet-mrdisc.c", for "proto_tree_add_uint()" and "proto_tree_add_boolean()" calls. svn path=/trunk/; revision=3726
2001-06-30From Ronnie Sahlberg: fix the AFS macros to parse the element count inGuy Harris1-7/+7
AFSCBFids and AFSCBs as a 32-bit integer rather than an 8-bit integer. svn path=/trunk/; revision=3624
2001-05-27"END_OF_FRAME" should not be used in tvbuffified dissectors.Guy Harris1-16/+15
Update Gerald's e-mail address. svn path=/trunk/; revision=3467
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris1-115/+79
svn path=/trunk/; revision=3454
2001-03-26misc afs/rx updates - more dissection, etc.Nathan Neulinger1-2/+64
svn path=/trunk/; revision=3190
2001-03-23Misc ubik/afs updates to correct a SEGV and add some moreNathan Neulinger1-1/+5
dissection. Will be more coming, but wanted to commit these before I headed home. svn path=/trunk/; revision=3172
2000-11-03small fixesNathan Neulinger1-2/+4
svn path=/trunk/; revision=2557
2000-11-03more decoding of afs bos trafficNathan Neulinger1-8/+55
svn path=/trunk/; revision=2556
2000-11-03finished up afs fs requests, more macros implementedNathan Neulinger1-6/+48
svn path=/trunk/; revision=2555
2000-11-03finished up structure for fs replies, though macros still need implementedNathan Neulinger1-6/+31
svn path=/trunk/; revision=2554
2000-11-03Split into a separate files. Started adding a bunch more decoding ofNathan Neulinger1-0/+345
structures. Renamed decoding macros to get them more consistent and in line with AFS data types wherever possible. svn path=/trunk/; revision=2553