Fix for bug 5422:
[obnox/wireshark/wip.git] / epan / dissectors / packet-dcerpc-ndr.c
2010-04-06 wmeier#include <string.h> not needed.
2010-01-20 sahlbergFrom Julien Kerihuel, add support for
2009-10-03 krjGuard against NULL pointers
2009-10-03 sahlbergrename 2or4 to a new type guint1632 and call the...
2009-10-03 sahlbergrename dissect_ndr_4or8 to dissect_ndr_uint3264 ...
2009-10-03 sahlbergadd a helper that supports decoding either a 16 or...
2009-10-03 sahlbergteach the dce/rpc pointer dissector about ndr64 and...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-03-23 ulflfix some more warnings
2007-02-25 sahlbergadd new flag for PIDL conformance files : PIDL_SET_COL_INFO
2007-02-25 sahlbergadd new PIDL friendly helpers for dissection of integer...
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2005-01-29 guyUse the 64-bit integer fetch routines to support 64...
2005-01-28 sahlbergwe need a dissect_ndr_uint64() that dissects an NDR...
2005-01-28 sahlbergolder MS DCE/RPC interfaces often use a construct that...
2005-01-12 ulfladd new function dissect_dcerpc_uuid_t and let dissect_...
2004-07-18 gramMove dissectors to epan/dissectors directory.