aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-macros.h
Commit message (Collapse)AuthorAgeFilesLines
* Trivial signed/unsigned warning fixesJörg Mayer2004-01-191-3/+3
| | | | svn path=/trunk/; revision=9734
* Rename OUT_DATE to OUT_TIMESECS, as it can be used for relative time inGuy Harris2003-01-181-18/+20
| | | | | | | | | | | seconds as well as for UNIX-style date/time stamps. FT_ABSOLUTE_TIME fields don't have a base, so use BASE_NONE. Make hf_afs_fs_callback_expires an FT_RELATIVE_TIME, as it's a relative time not an absolute UNIX time. svn path=/trunk/; revision=6937
* Fetch the pointer to a string before allocating memory for the string,Guy Harris2002-10-111-2/+4
| | | | | | | | so that if the string length is bogus and large, we'll throw an exception in "tvb_get_ptr()" rather than crashing when we fail to allocate the memory. svn path=/trunk/; revision=6413
* Display AFS KAUTH information, from Loic TortayGerald Combs2002-09-301-1/+15
| | | | svn path=/trunk/; revision=6360
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-8/+8
| | | | | | | winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
* Make the fields that correspond to Boolean bitfields be FT_BOOLEANs.Guy Harris2002-02-101-18/+18
| | | | | | Display the VLDB flags in hex, not decimal. svn path=/trunk/; revision=4713
* rename some macros, start getting rid of redundant macros, add more vldb ↵Nathan Neulinger2002-02-081-73/+72
| | | | | | dissection svn path=/trunk/; revision=4711
* In C89, you can't declare variables at arbitrary points in code; moveGuy Harris2002-02-031-2/+2
| | | | | | | the declaration of "tmp" in the "OUT_STRING()" to the beginning of the block. svn path=/trunk/; revision=4691
* dissect flags, more vldb fixesNathan Neulinger2002-02-031-2/+25
| | | | svn path=/trunk/; revision=4690
* Fix string parsing from rx packets. Previously was calculating the nextNathan Neulinger2002-02-031-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
* slight improvements to afs parsing, bulkstatus still needs workNathan Neulinger2002-01-181-5/+5
| | | | svn path=/trunk/; revision=4569
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-15/+16
| | | | | | | | microseconds. Fix some "signed vs. unsigned" comparison warnings. svn path=/trunk/; revision=3934
* Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris2001-07-161-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
* From Ronnie Sahlberg: fix the AFS macros to parse the element count inGuy Harris2001-06-301-7/+7
| | | | | | AFSCBFids and AFSCBs as a 32-bit integer rather than an 8-bit integer. svn path=/trunk/; revision=3624
* "END_OF_FRAME" should not be used in tvbuffified dissectors.Guy Harris2001-05-271-16/+15
| | | | | | Update Gerald's e-mail address. svn path=/trunk/; revision=3467
* RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.Guy Harris2001-05-271-115/+79
| | | | svn path=/trunk/; revision=3454
* misc afs/rx updates - more dissection, etc.Nathan Neulinger2001-03-261-2/+64
| | | | svn path=/trunk/; revision=3190
* Misc ubik/afs updates to correct a SEGV and add some moreNathan Neulinger2001-03-231-1/+5
| | | | | | | dissection. Will be more coming, but wanted to commit these before I headed home. svn path=/trunk/; revision=3172
* small fixesNathan Neulinger2000-11-031-2/+4
| | | | svn path=/trunk/; revision=2557
* more decoding of afs bos trafficNathan Neulinger2000-11-031-8/+55
| | | | svn path=/trunk/; revision=2556
* finished up afs fs requests, more macros implementedNathan Neulinger2000-11-031-6/+48
| | | | svn path=/trunk/; revision=2555
* finished up structure for fs replies, though macros still need implementedNathan Neulinger2000-11-031-6/+31
| | | | svn path=/trunk/; revision=2554
* Split into a separate files. Started adding a bunch more decoding ofNathan Neulinger2000-11-031-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