Commit Graph

18 Commits

Author SHA1 Message Date
Guy Harris a5d1606394 Make the fields that correspond to Boolean bitfields be FT_BOOLEANs.
Display the VLDB flags in hex, not decimal.

svn path=/trunk/; revision=4713
2002-02-10 02:22:02 +00:00
Nathan Neulinger 089a32b1eb rename some macros, start getting rid of redundant macros, add more vldb dissection
svn path=/trunk/; revision=4711
2002-02-08 22:36:21 +00:00
Guy Harris a7a491b9f7 In C89, you can't declare variables at arbitrary points in code; move
the declaration of "tmp" in the "OUT_STRING()" to the beginning of the
block.

svn path=/trunk/; revision=4691
2002-02-03 20:48:07 +00:00
Nathan Neulinger dccf95c021 dissect flags, more vldb fixes
svn path=/trunk/; revision=4690
2002-02-03 18:12:04 +00:00
Nathan Neulinger ce288efd39 Fix string parsing from rx packets. Previously was calculating the next
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-02-03 16:54:49 +00:00
Nathan Neulinger 805aa64c89 slight improvements to afs parsing, bulkstatus still needs work
svn path=/trunk/; revision=4569
2002-01-18 21:30:05 +00:00
Guy Harris 1d42c94b05 Make the resolution for time values be nanoseconds rather than
microseconds.

Fix some "signed vs. unsigned" comparison warnings.

svn path=/trunk/; revision=3934
2001-09-14 07:10:13 +00:00
Guy Harris 3c91e2e203 Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,
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-07-16 05:16:58 +00:00
Guy Harris 7b39009cde From Ronnie Sahlberg: fix the AFS macros to parse the element count in
AFSCBFids and AFSCBs as a 32-bit integer rather than an 8-bit integer.

svn path=/trunk/; revision=3624
2001-06-30 09:32:44 +00:00
Guy Harris 76301b827b "END_OF_FRAME" should not be used in tvbuffified dissectors.
Update Gerald's e-mail address.

svn path=/trunk/; revision=3467
2001-05-27 08:09:49 +00:00
Guy Harris d2ef0cf51a RX and AFS dissectors tvbuffified, and bugs fixed, by Ronnie Sahlberg.
svn path=/trunk/; revision=3454
2001-05-27 01:48:25 +00:00
Nathan Neulinger 6f5497ef8a misc afs/rx updates - more dissection, etc.
svn path=/trunk/; revision=3190
2001-03-26 15:27:55 +00:00
Nathan Neulinger 848fa23499 Misc ubik/afs updates to correct a SEGV and add some more
dissection. Will be more coming, but wanted to commit these before I headed
home.

svn path=/trunk/; revision=3172
2001-03-23 21:42:37 +00:00
Nathan Neulinger 50da6b7562 small fixes
svn path=/trunk/; revision=2557
2000-11-03 22:38:07 +00:00
Nathan Neulinger 019109a764 more decoding of afs bos traffic
svn path=/trunk/; revision=2556
2000-11-03 22:11:36 +00:00
Nathan Neulinger c63dddfcd3 finished up afs fs requests, more macros implemented
svn path=/trunk/; revision=2555
2000-11-03 19:27:11 +00:00
Nathan Neulinger 2cdf2ad90d finished up structure for fs replies, though macros still need implemented
svn path=/trunk/; revision=2554
2000-11-03 18:37:24 +00:00
Nathan Neulinger 83547932cf Split into a separate files. Started adding a bunch more decoding of
structures. Renamed decoding macros to get them more consistent and in
line with AFS data types wherever possible.

svn path=/trunk/; revision=2553
2000-11-03 17:32:51 +00:00