aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/pidl
AgeCommit message (Collapse)AuthorFilesLines
2014-07-31Add more files to the release tarball.Guy Harris1-0/+4
Change-Id: I02ce275154979ff56f8f8929e5909f3035f62c47 Reviewed-on: https://code.wireshark.org/review/3286 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-06-19Revert "Update PIDL source files with the API changes done in g021e7af"Pascal Quantin4-7/+7
This reverts commit e09d127a9a08b587903a957145d3df655b190954. Change-Id: Id34b9f5875b1d63aaeed96b3ffdc8ece63ab4134 Reviewed-on: https://code.wireshark.org/review/2436 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-06-18Update PIDL source files with the API changes done in g021e7afPascal Quantin4-7/+7
Change-Id: I2917cbae077865f9ec171900810f85f54b349c2c Reviewed-on: https://code.wireshark.org/review/2394 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-04-09Fix some C++ warnings about implicit casts.Guy Harris2-2/+2
Change-Id: I19730e723700f0cc7dcc7ba0db2689f076c7bb5b Reviewed-on: https://code.wireshark.org/review/1034 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann3-8/+8
I coincidentally found a few files with errors, so I thought it might be time to run it on the whole directory again. Change-Id: Ia32e54b3b1b94e5a418ed758ea79807c8bc7e798 Reviewed-on: https://code.wireshark.org/review/978 Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-04-06Bugfix AFP dissection within MDSSRV. Part of bug 9950.Michael Mann1-1/+1
Change-Id: Ibe2aa48284fe7a507133f5b70a22110bb3bb56cb Reviewed-on: https://code.wireshark.org/review/973 Reviewed-by: Ralph Böhme <rb@sernet.de> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-04-04New DCE/RPC MDSSVC dissector. Bug 9950Michael Mann2-0/+83
Change-Id: I8832c139938e767de71b2cc74ca41208f509e478 Reviewed-on: https://code.wireshark.org/review/959 Reviewed-by: Michael Mann <mmann78@netscape.net>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte2-4/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte4-8/+0
(Using sed : sed -i '/^ \$Id\$/,+1 d') (No star only 2 spaces before) Change-Id: Id7b254031769a9dca2941304e4d3a0f4bdbc3f54 Reviewed-on: https://code.wireshark.org/review/883 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-02-05Introduce end-of-line normalizationPascal Quantin1-1/+1
Change-Id: Ie6991af2432b193fbdc23bbbd335f83c091f14e8 Reviewed-on: https://code.wireshark.org/review/114 Reviewed-by: Evan Huus <eapache@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Pascal Quantin <pascal.quantin@gmail.com>
2014-01-21Get rid of tvb_get_faked_unicode() - tvb_get_string_enc() does the jobGuy Harris1-36/+12
better. We don't need eventlog_get_unicode_string_length() in the eventlog dissector, either - tvb_unicode_strsize() does the job just as well. svn path=/trunk/; revision=54874
2014-01-13lsarpc_dissect_sec_desc_buf() and lsarpc_dissect_struct_dom_sid2() areGuy Harris1-2/+11
used in the Netlogon dissector, so don't make them static. Now that we've added HEADER START/HEADER END to Pidl, use it to declare those routines in packet-dcerpc-lsa.h. Don't declare them in packet-dcerpc-netlogon.c, as they're now declared in the header. svn path=/trunk/; revision=54723
2014-01-13Make routines not used outside packet-dcerpc-lsa.c static.Guy Harris1-3/+3
svn path=/trunk/; revision=54712
2013-12-15Fix a cut-and-pasteo.Guy Harris1-1/+1
svn path=/trunk/; revision=54111
2013-11-24Note that I've filed a Samba bug for one of the problems.Guy Harris1-1/+33
svn path=/trunk/; revision=53555
2013-11-24Actually, the "1632" types do exist, and are 16-bit for NDR and 32-bitGuy Harris1-2/+9
for NDR64, and we handle them. The real problems are elsewhere. svn path=/trunk/; revision=53543
2013-11-24These are two of the problems that pidl has with dfs.idl.Guy Harris1-4/+2
svn path=/trunk/; revision=53542
2013-11-24The issue with misc.idl was a .cnf file that needed to be updated.Guy Harris1-4/+19
Give details of the problems with the other files. svn path=/trunk/; revision=53540
2013-11-24Fix to match API changes.Guy Harris1-1/+1
svn path=/trunk/; revision=53538
2013-11-24Fix line endings, set svn:eol-style to native.Guy Harris1-28/+28
svn path=/trunk/; revision=53537
2013-11-24Update a date, explain what the problems are with a bunch of IDL files,Guy Harris1-2/+7
add another file that *might* be generating incorrect code. svn path=/trunk/; revision=53536
2013-11-24Updates to:Guy Harris1-28/+42
suggest using our version of pidl, given that its Wireshark parser generator has changes to support the current internal Wireshark APIs for dissectors; suggest using "--includedir ." to make IDL files in subdirectories of epan/dissectors/pidl work; update the list of IDL files with issues; reformat to 80x66 (if it's good enough for Herman Hollerith, it's good enough for me!). svn path=/trunk/; revision=53533
2013-11-11Mark some parameters unused.Gerald Combs2-2/+2
svn path=/trunk/; revision=53259
2013-11-06Remove pinfo->private_data from DCERPC dissectors. Bug 9387 ↵Michael Mann15-222/+180
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9387) This is the PIDL input file changes necessary to support removing pinfo->private_data from the DCERPC dissectors in favor of passing it through function parameters. I didn't regenerate the dissector source, so this is just a "good faith" effort to mimic the manual changes. svn path=/trunk/; revision=53098
2013-10-21Sync with latest SAMBA PIDL source per ↵Michael Mann13-172/+363
http://www.wireshark.org/lists/wireshark-dev/201310/msg00217.html Didn't integrate 0010-frsrpc-Regenerate-frsrpc-due-to-changes-in-the-pidl-.patch 0016-Regenerate-the-dnserver.patch due to compilation errors on Windows. svn path=/trunk/; revision=52744
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 ↵Michael Mann3-7/+3
(https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8804). I still couldn't figure out how to generate the source, so I made the modifications to the generated dissectors "manually" (search/replace tool in VS) that would match the "PIDL source" included here. I will be sending the "PIDL source" (non dissector files) to the samba team. svn path=/trunk/; revision=52313
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
- ep_tvb_get_bits() -> wmem_packet_tvb_get_bits() - tvb_g_memdup()/ep_tvb_memdup() -> tvb_memdup() - tvb_fake_unicode()/tvb_get_ephemeral_faked_unicode() -> tvb_get_faked_unicode() - tvb_get_g_string()/tvb_get_ephemeral_string()/tvb_get_seasonal_string() -> tvb_get_string() - tvb_get_g_unicode_string()/tvb_get_ephemeral_unicode_string() -> tvb_get_unicode_string() - tvb_get_ephemeral_string_enc() -> tvb_get_string_enc() - update docs accordingly svn path=/trunk/; revision=52172
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-05-16Fix a bunch of uninitialized variables found by Coverity Scan. CIDsGerald Combs1-2/+2
702403, 702404, 702405, 702406, 702407, 702408, 702409, 702410, 702411, and 702412. svn path=/trunk/; revision=42658
2012-05-01Forgot to commit this change with r42341 which initializes 'type' to 0 to ↵Chris Maynard1-1/+1
avoid a clang warning. svn path=/trunk/; revision=42370
2011-10-14Removed unused old_offset in mapi_dissect_struct_request.Stig Bjørlykke1-3/+0
svn path=/trunk/; revision=39420
2011-09-10DCE/RPC: FRSRPC: updates to the FRS dissectorRonnie Sahlberg2-1/+71
From: Matthieu Patou <mat@matws.net> svn path=/trunk/; revision=38958
2011-08-11Generate the MISC definitions for dcerpc and include the header file in the ↵Ronnie Sahlberg1-0/+3
build svn path=/trunk/; revision=38475
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg1-0/+80
Add a new misc.idl interface to host some definiteions to share across multiple interfaces svn path=/trunk/; revision=38474
2011-08-11From Matthieu Patou <mat@matws.net>Ronnie Sahlberg2-0/+479
Add significantly improved FRSRPC definition and CNF file Do not compile/regenerate the dissector just yet. More patches needed first svn path=/trunk/; revision=38473
2011-06-27Remove Makefile.in when 'make maintainer-clean'.Stig Bjørlykke1-0/+3
svn path=/trunk/; revision=37796
2010-12-30Clarify that "don't make changes here" refers to the copy of Pidl, notGuy Harris1-3/+4
to the .cnf files (or perhaps even the .idl files). svn path=/trunk/; revision=35306
2010-12-30OK, I found a URL that will get you to the CPAN page for Yapp withoutGuy Harris1-8/+6
embedding a version number. Use it. "This will build and install the binaries and the manpage (pidl.1)." refers to the process of installing Pidl; put it immediately after the steps for installing Pidl. svn path=/trunk/; revision=35305
2010-12-30The rids argument to samr_GetGroupsForUser() is *not* a single RID, it'sGuy Harris2-3/+2
an array of samr_RidWithAttributeArray structures. Don't equate it to hf_samr_rid; that causes hf_samr_rid to be added as an item with a length of -1, but, as hf_samr_rid is an FT_UINT32 field, that causes a dissector bug error. The version of Yapp I was using, at least, didn't like C++-style comments in the IDL file; replace them with C-style comments. svn path=/trunk/; revision=35304
2010-12-30Add some white space.Guy Harris1-11/+24
Give more information about getting Yapp; not everybody using it is necessarily using SUSE (and, yes, that's how it appears to be spelled now, even though the "u" was for "und" and not originally capitalized). svn path=/trunk/; revision=35303
2010-05-18Add epan/dissectors/dcerpc/ and epan/dissectors/pidl/ to the source distributionJeff Morriss1-0/+73
svn path=/trunk/; revision=32879
2010-03-13Forgot to copy over idl_types.hJörg Mayer1-17/+3
svn path=/trunk/; revision=32180
2010-02-08try autogenerate lsa in preparation for updates to the lsa idl fileRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=31827
2010-01-11Fix part of Bug 3917 "tvb_new_real_data is prone to memory leak"Anders Broman2-5/+2
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3917 svn path=/trunk/; revision=31499
2009-10-20Removed some unused prototypes.Stig Bjørlykke2-2/+0
svn path=/trunk/; revision=30630
2009-10-11Corrected some HF_FIELD values.Stig Bjørlykke2-6/+6
svn path=/trunk/; revision=30510
2009-10-11Change from C++ comments to C comments.Stig Bjørlykke1-2/+2
svn path=/trunk/; revision=30509
2009-10-10Introduce PROTOCOL_NAME variable in makefilesKovarththanan Rajaratnam3-19/+25
svn path=/trunk/; revision=30467
2009-10-10Correct path to pidlKovarththanan Rajaratnam1-1/+1
svn path=/trunk/; revision=30466
2009-10-09explicitely cast a guin64 to int to avoid compile warningsRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=30412