aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-macros.h
AgeCommit message (Collapse)AuthorFilesLines
2002-02-10Make the fields that correspond to Boolean bitfields be FT_BOOLEANs.Guy Harris1-18/+18
Display the VLDB flags in hex, not decimal. svn path=/trunk/; revision=4713
2002-02-08rename some macros, start getting rid of redundant macros, add more vldb ↵Nathan Neulinger1-73/+72
dissection svn path=/trunk/; revision=4711
2002-02-03In C89, you can't declare variables at arbitrary points in code; moveGuy Harris1-2/+2
the declaration of "tmp" in the "OUT_STRING()" to the beginning of the block. svn path=/trunk/; revision=4691
2002-02-03dissect flags, more vldb fixesNathan Neulinger1-2/+25
svn path=/trunk/; revision=4690
2002-02-03Fix string parsing from rx packets. Previously was calculating the nextNathan Neulinger1-15/+11
offset incorrectly, which resulted in the rest of the packet being shifted by a few bytes, and therefore all garbage. svn path=/trunk/; revision=4689
2002-01-18slight improvements to afs parsing, bulkstatus still needs workNathan Neulinger1-5/+5
svn path=/trunk/; revision=4569
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