Ethereal-cvs: [Ethereal-cvs] Rev 11796: /trunk/epan/dissectors/: packet-aodv.c packet-ber.c pa
User: guy
Date: 2004/08/21 07:32 PM
Log:
Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bit
integers.
Make FT_INT64 and FT_UINT64 add numerical values, rather than byte-array
values, to the protocol tree, and add routines to add specified 64-bit
integer values to the protocol tree.
Use those routines in the RSVP dissector.
Directory: /trunk/epan/dissectors/
Changes Path Action
+0 -1 packet-aodv.c Modified
+12 -4 packet-ber.c Modified
+2 -3 packet-bootp.c Modified
+0 -1 packet-dhcpv6.c Modified
+8 -9 packet-nfs.c Modified
+1 -3 packet-rsvp.c Modified
+14 -15 packet-scsi.c Modified
+16 -51 packet-smb.c Modified
Directory: /trunk/doc/
Changes Path Action
+26 -2 README.developer Modified
+6 -4 README.tvbuff Modified
Directory: /trunk/epan/
Changes Path Action
+0 -2 Makefile.common Modified
+0 -551 int-64bit.c Removed
+0 -61 int-64bit.h Removed
+16 -0 pint.h Modified
+206 -99 proto.c Modified
+52 -0 proto.h Modified
+18 -0 tvbuff.c Modified
+2 -0 tvbuff.h Modified
Directory: /trunk/epan/ftypes/
Changes Path Action
+8 -277 ftype-bytes.c Modified
+26 -22 ftype-double.c Modified
+221 -0 ftype-integer.c Modified
+13 -11 ftype-ipv4.c Modified
+16 -15 ftype-none.c Modified
+27 -23 ftype-pcre.c Modified
+28 -22 ftype-string.c Modified
+26 -22 ftype-time.c Modified
+8 -6 ftype-tvbuff.c Modified
+14 -0 ftypes.c Modified
+11 -0 ftypes.h Modified
Directory: /trunk/
Changes Path Action
+3 -0 config.h.win32 Modified
http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=11796&view=rev