aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-register-info.h
AgeCommit message (Collapse)AuthorFilesLines
2003-10-06When registering a field, make sure its ID is -1 or 0 - if it's not,Guy Harris1-4/+3
that probably means you've registered two fields with the same field ID variable, which is an error. Fix the bugs doing so found. svn path=/trunk/; revision=8629
2003-03-08The time deltas are for AFS, not ONC RPC.Guy Harris1-2/+2
svn path=/trunk/; revision=7321
2003-03-06From Jamie F,Ronnie Sahlberg1-4/+4
I forgot to fix the field names when adding the AFS ReplyIn and friends yesterday, thus causing -z proto,colinfo,rpc.time,rpc.time not to work. They should not have been called rpc.* anyway. I fixed RequestIn, ReplyIn, TimeFromRequest fields for AFS request/response matching to have proper names starting with afs. so we dont collide with the names for the ONC-RPC ones. svn path=/trunk/; revision=7292
2003-03-05Update for AFS and related protocols so that time between Request andRonnie Sahlberg1-1/+8
Response is calculated in the same way as for oncrpc, dcerpc, smb... requests where a reply has been matched will now have a Reply In:<framenumber> in the tree pane. replies where the request has been seen will have Request In:<framenumber> Time since request:<seconds> later tethereal and ethereal rtt stats will be implemented. svn path=/trunk/; revision=7284
2003-01-18Rename OUT_DATE to OUT_TIMESECS, as it can be used for relative time inGuy Harris1-15/+15
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
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-243/+243
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6117
2002-02-10Make the fields that correspond to Boolean bitfields be FT_BOOLEANs.Guy Harris1-19/+19
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-2/+4
dissection svn path=/trunk/; revision=4711
2002-02-03dissect flags, more vldb fixesNathan Neulinger1-1/+12
svn path=/trunk/; revision=4690
2002-01-18get-entry-by-name-u updatesNathan Neulinger1-1/+27
svn path=/trunk/; revision=4570
2002-01-18slight improvements to afs parsing, bulkstatus still needs workNathan Neulinger1-3/+3
svn path=/trunk/; revision=4569
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-221/+221
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-03-26misc afs/rx updates - more dissection, etc.Nathan Neulinger1-17/+79
svn path=/trunk/; revision=3190
2001-03-23Misc ubik/afs updates to correct a SEGV and add some moreNathan Neulinger1-6/+6
dissection. Will be more coming, but wanted to commit these before I headed home. svn path=/trunk/; revision=3172
2000-11-03small fixesNathan Neulinger1-1/+7
svn path=/trunk/; revision=2557
2000-11-03more decoding of afs bos trafficNathan Neulinger1-156/+118
svn path=/trunk/; revision=2556
2000-11-03finished up afs fs requests, more macros implementedNathan Neulinger1-2/+12
svn path=/trunk/; revision=2555
2000-11-03finished up structure for fs replies, though macros still need implementedNathan Neulinger1-2/+30
svn path=/trunk/; revision=2554
2000-11-03Split into a separate files. Started adding a bunch more decoding ofNathan Neulinger1-0/+465
structures. Renamed decoding macros to get them more consistent and in line with AFS data types wherever possible. svn path=/trunk/; revision=2553