Ethereal-cvs: [Ethereal-cvs] rev 13184: /trunk/epan/dissectors/: packet-dcerpc-browser.c packe

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Fri, 28 Jan 2005 09:30:00 -0000
User: sahlberg
Date: 2005/01/28 03:29 AM

Log:
 older MS DCE/RPC interfaces often use a construct that is to be treated as a 64 bit integer but in reality is a struct containing 2  32bit integers.
 this construct is aligned on 4 byte boundaries in ndr and NOT
 8 bytes as a real uint64 (== hyper) would be.
 
 
 rename the existing dissect_ndr_uint64  ro  dissect_ndr_duint32  (double uint32) to make it reflect better the alignment of the type.

Directory: /trunk/epan/dissectors/
  Changes    Path                        Action
  +8 -8      packet-dcerpc-browser.c     Modified
  +4 -4      packet-dcerpc-lsa.c         Modified
  +6 -1      packet-dcerpc-ndr.c         Modified
  +2 -2      packet-dcerpc-netlogon.c    Modified
  +3 -3      packet-dcerpc-samr.c        Modified
  +2 -2      packet-dcerpc-srvsvc.c      Modified
  +1 -1      packet-dcerpc.h             Modified
  +2 -2      packet-dcom.h               Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=13184&view=rev