aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-ndr.c
AgeCommit message (Collapse)AuthorFilesLines
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-4/+4
routines and routines using those routines. GLib might use different modifiers for 64-bit quantities than the platform's C library does. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21990 f5534014-38df-0310-8fa8-9805f1628bb7
2007-03-23fix some more warningsulfl1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21143 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-25add new flag for PIDL conformance files : PIDL_SET_COL_INFOsahlberg1-9/+154
which applies (for now only) to integer types. when this flag is specified as PARAM_VALUE the fields name and its value will be pushed onto the info column of the summary line git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20922 f5534014-38df-0310-8fa8-9805f1628bb7
2007-02-25add new PIDL friendly helpers for dissection of integer types.sahlberg1-0/+81
these new helpers take a parameter that can be used to decorate the tree and summary line (when this parameter is acted upon/implemented in the code inside the helpers) WINREG was regenerated using a patched version of PIDL. Mainline version of PIDL does not yet have this patch applied. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20918 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13198 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-28we need a dissect_ndr_uint64() that dissects an NDR hypersahlberg1-0/+22
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13185 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ↵sahlberg1-1/+6
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13184 f5534014-38df-0310-8fa8-9805f1628bb7
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itulfl1-28/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13006 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+273
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