aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-macros.h
AgeCommit message (Collapse)AuthorFilesLines
2002-02-10Make the fields that correspond to Boolean bitfields be FT_BOOLEANs.guy1-18/+18
Display the VLDB flags in hex, not decimal. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4713 f5534014-38df-0310-8fa8-9805f1628bb7
2002-02-08rename some macros, start getting rid of redundant macros, add more vldb ↵nneul1-73/+72
dissection git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4711 f5534014-38df-0310-8fa8-9805f1628bb7
2002-02-03In C89, you can't declare variables at arbitrary points in code; moveguy1-2/+2
the declaration of "tmp" in the "OUT_STRING()" to the beginning of the block. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4691 f5534014-38df-0310-8fa8-9805f1628bb7
2002-02-03dissect flags, more vldb fixesnneul1-2/+25
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4690 f5534014-38df-0310-8fa8-9805f1628bb7
2002-02-03Fix string parsing from rx packets. Previously was calculating the nextnneul1-15/+11
offset incorrectly, which resulted in the rest of the packet being shifted by a few bytes, and therefore all garbage. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4689 f5534014-38df-0310-8fa8-9805f1628bb7
2002-01-18slight improvements to afs parsing, bulkstatus still needs worknneul1-5/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4569 f5534014-38df-0310-8fa8-9805f1628bb7
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-15/+16
microseconds. Fix some "signed vs. unsigned" comparison warnings. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3934 f5534014-38df-0310-8fa8-9805f1628bb7
2001-07-16Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3726 f5534014-38df-0310-8fa8-9805f1628bb7
2001-06-30From Ronnie Sahlberg: fix the AFS macros to parse the element count inguy1-7/+7
AFSCBFids and AFSCBs as a 32-bit integer rather than an 8-bit integer. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3624 f5534014-38df-0310-8fa8-9805f1628bb7
2001-05-27"END_OF_FRAME" should not be used in tvbuffified dissectors.guy1-16/+15
Update Gerald's e-mail address. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3467 f5534014-38df-0310-8fa8-9805f1628bb7
2001-05-27RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.guy1-115/+79
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3454 f5534014-38df-0310-8fa8-9805f1628bb7
2001-03-26misc afs/rx updates - more dissection, etc.nneul1-2/+64
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3190 f5534014-38df-0310-8fa8-9805f1628bb7
2001-03-23Misc ubik/afs updates to correct a SEGV and add some morenneul1-1/+5
dissection. Will be more coming, but wanted to commit these before I headed home. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3172 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-03small fixesnneul1-2/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2557 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-03more decoding of afs bos trafficnneul1-8/+55
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2556 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-03finished up afs fs requests, more macros implementednneul1-6/+48
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2555 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-03finished up structure for fs replies, though macros still need implementednneul1-6/+31
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2554 f5534014-38df-0310-8fa8-9805f1628bb7
2000-11-03Split into a separate files. Started adding a bunch more decoding ofnneul1-0/+345
structures. Renamed decoding macros to get them more consistent and in line with AFS data types wherever possible. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2553 f5534014-38df-0310-8fa8-9805f1628bb7