aboutsummaryrefslogtreecommitdiffstats
path: root/packet-afs-macros.h
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18Move dissectors to epan/dissectors directory.gram1-538/+0
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11410 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-05-11add initial support for newer opcodesnneul1-1/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10855 f5534014-38df-0310-8fa8-9805f1628bb7
2004-01-19Trivial signed/unsigned warning fixesjmayer1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9734 f5534014-38df-0310-8fa8-9805f1628bb7
2003-01-18Rename OUT_DATE to OUT_TIMESECS, as it can be used for relative time inguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6937 f5534014-38df-0310-8fa8-9805f1628bb7
2002-10-11Fetch the pointer to a string before allocating memory for the string,guy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6413 f5534014-38df-0310-8fa8-9805f1628bb7
2002-09-30Display AFS KAUTH information, from Loic Tortaygerald1-1/+15
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6360 f5534014-38df-0310-8fa8-9805f1628bb7
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-8/+8
winapi_cleanup tool written by Patrik Stridvall for the wine project. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6117 f5534014-38df-0310-8fa8-9805f1628bb7
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