aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-ndr.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-31Eliminate proto_tree_add_text from packet-dcerpc-ndr.c and packet-dcerpc-netl...Michael Mann1-2/+1
2015-03-17packet-dcerpc-*: fix alignment of dissect_ndr_ctx_hnd()Stefan Metzmacher1-1/+1
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-19Don't assert that values fit in 32 bits if the NDR64 flag is set.Michael Mann1-3/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-06Add _U_ to a function parameter to fix a compiler warning.Bill Meier1-1/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-75/+30
2013-10-21Add APIs for PIDL generated code to return the value of the integer that was ...Michael Mann1-12/+55
2013-10-21Fix padding bytes overlapping due to NDR alignment. Bug 9300 (https://bugs.w...Michael Mann1-1/+1
2013-10-01Remove check_col for all non-generated DCE/RPC dissectors.Michael Mann1-12/+4
2013-09-13Dario Lombardo <lomato@gmail.com> viaJörg Mayer1-5/+5
2013-06-28Callers to dissect_ndr_* functions expect pdata to be initialized on return fromEvan Huus1-0/+44
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-28/+28
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-01From Litao Gao:Anders Broman1-1/+4
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-151/+150
2012-04-28Initialize val to 0 in case pdata != NULL but "di->conformant_run" is TRUE so...Chris Maynard1-2/+2
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-20From Julien Kerihuel, add support forRonnie Sahlberg1-12/+12
2009-10-03Guard against NULL pointersKovarththanan Rajaratnam1-8/+12
2009-10-03rename 2or4 to a new type guint1632 and call the dissector for this Ronnie Sahlberg1-2/+2
2009-10-03rename dissect_ndr_4or8 to dissect_ndr_uint3264 to match hte name of Ronnie Sahlberg1-2/+2
2009-10-03add a helper that supports decoding either a 16 or 32 bit integer based Ronnie Sahlberg1-0/+22
2009-10-03teach the dce/rpc pointer dissector about ndr64 and make it dissect Ronnie Sahlberg1-0/+22
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-4/+4
2007-03-23fix some more warningsUlf Lamping1-2/+2
2007-02-25add new flag for PIDL conformance files : PIDL_SET_COL_INFORonnie Sahlberg1-9/+154
2007-02-25add new PIDL friendly helpers for dissection of integer types.Ronnie Sahlberg1-0/+81
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-01-29Use the 64-bit integer fetch routines to support 64-bit NDR integers.Guy Harris1-1/+1
2005-01-28we need a dissect_ndr_uint64() that dissects an NDR hyperRonnie Sahlberg1-0/+22
2005-01-28older MS DCE/RPC interfaces often use a construct that is to be treated as a ...Ronnie Sahlberg1-1/+6
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itUlf Lamping1-28/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+273