summaryrefslogtreecommitdiff
path: root/epan/dissectors/dcerpc/drsuapi
AgeCommit message (Collapse)AuthorFilesLines
2009-10-09Add common include file (boiler plate)Kovarththanan Rajaratnam1-16/+1
svn path=/trunk/; revision=30424
2009-10-09Update makefiles to use new template namesKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30423
2009-10-09Give the template filenames more uniquenessKovarththanan Rajaratnam2-0/+0
svn path=/trunk/; revision=30422
2009-10-09Introduce intermediate variables: PROTOCOL_NAME and IDL2WRSKovarththanan Rajaratnam1-3/+6
svn path=/trunk/; revision=30419
2009-06-27From Kovarththanan Rajaratnam:Anders Broman1-2/+2
- Fix ncp2222.py and all the epan/dissectors/dcerpc dissectors. The latter required changes to idl2wrs which used variadic macros (not supported in MSVC 6.0). - Cleanup PIDL conformance files svn path=/trunk/; revision=28856
2006-05-31libethereal -> libwireshark. idl2eth -> idl2wrs. There are a _lot_ ofGerald Combs1-2/+2
changes here. It compiles OK on OS X, but hasn't been tested anywhere else. svn path=/trunk/; revision=18260
2006-05-21name changeRonnie Sahlberg2-4/+4
svn path=/trunk/; revision=18197
2005-08-02Some warning fixes for "no previous declaration"Jörg Mayer4-3/+3
Remove svn:executable Add svn:eol-style native Add svn:keywords Id svn path=/trunk/; revision=15179
2005-03-16decode some more of drsuapiRonnie Sahlberg2-12/+14
svn path=/trunk/; revision=13763
2005-03-15more idl2eth and drsuapi updatesRonnie Sahlberg1-33/+32
svn path=/trunk/; revision=13759
2005-03-15update to idl2eth adding WERROR as a built in typeRonnie Sahlberg1-6/+3
svn path=/trunk/; revision=13758
2005-03-14a lot of people dont specify top level pointers in teh idl and justRonnie Sahlberg1-1/+1
cerlare it as a parameter that is a struct/union and not a ref pointer to one. this is ok since toplevel ref pointers are invisible in the wire encoding anyway. unfortunatelky ethereal dce runtime needed to see that pointer to keep track of whisch one was a toplevel and which one wasnt. implement a new api to call pointers which explicitely specifies whether the pointer is toplevel or embedded. eventually all dce dissectors will use this new interface and the generic dissect_ndr_pointer() can be retired. svn path=/trunk/; revision=13755
2005-03-14updates for drsuapiRonnie Sahlberg1-50/+114
svn path=/trunk/; revision=13748
2005-03-12the previous drsuapi patch showed how idl2eth can handle embedded arrays ↵Ronnie Sahlberg3-2/+53
just fine. beautifully fine. this patch overrides the array, tells idl2eth to not generate code to unmarshall the conformance blob or the data for the array. a handwritted replacement function is implemented in the template instead which prettifies the output a lot. svn path=/trunk/; revision=13735
2005-03-12refine IDLRonnie Sahlberg3-21/+32
svn path=/trunk/; revision=13733
2005-03-12initial DRSUAPI dissector Ronnie Sahlberg5-0/+937
now that we can decrypt DCERPC the dissection is not complete since idl2eth can not yet handle all the weird extensions in the idl file yet. svn path=/trunk/; revision=13729