aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcerpc-frsrpc.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08Fix more unused variables and enable unused-but-set-variable errors.Gerald Combs1-3/+2
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-15/+15
2016-08-06tools/pidl: Keep case from fieldnames.Günther Deschner1-176/+176
2016-06-18DCE/RPC: fix array of pointers with NULLBinh Trinh1-0/+3
2016-06-16DCE/RPC proto_tree_add_boolean -> proto_tree_add_bitmask_with_flagsMichael Mann1-313/+62
2016-05-02Revert "PIDL: Remove _U_ and remove unused-parameter via pragma"Guy Harris1-353/+351
2016-05-02PIDL: Remove _U_ and remove unused-parameter via pragmaAlexis La Goutte1-351/+353
2016-02-29PIDL: regen pidl-generated dissectorsAurelien Aptel1-23/+8
2015-06-23Remove deprecated tvb_length from PIDL dissectorsEvan Huus1-3/+3
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-1/+1
2014-11-03Regenerate DCE RPC dissectors with the current pidl.Guy Harris1-515/+529
2014-10-08Remove #pragma warning (MSVC) for PIDL generate dissectorAlexis La Goutte1-7/+0
2014-09-28PIDL: fix -Wmissing-prototypeAlexis La Goutte1-0/+2
2014-09-27PIDL: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-3/+3
2014-09-27Regenerate PIDL dissectors with our current PIDL.Guy Harris1-477/+477
2014-09-20proto_tree_add_text -> proto_tree_add_subtree[_format] for DCE/RPC dissectors.Michael Mann1-504/+503
2014-09-19Update generated DCE/RPC dissectors.Michael Mann1-547/+547
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-3/+1
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-22/+22
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-703/+678
2013-11-03Please checkAPIs.pl scriptPascal Quantin1-2/+2
2013-11-03Sync remaining patches with latest SAMBA PIDL source per http://www.wireshark...Michael Mann1-95/+279
2013-10-01Remove check_col from generated DCE/RPC dissectors. Bug 8804 (https://bugs.w...Michael Mann1-5/+5
2013-03-02From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-25/+25
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-08Add SVN Id.Jeff Morriss1-0/+2
2012-04-29Fix a clang warning due to 'type' not being initialized.Chris Maynard1-1/+1
2011-09-12Leading white space in the field descriptive name is not allowed.Anders Broman1-2/+2
2011-09-10DCE/RPC: FRSRPC: updates to the FRS dissectorRonnie Sahlberg1-50/+59
2011-08-11Leading white space in the field descriptive name is not allowed.Guy Harris1-2/+2
2011-08-11Regenerate a new updated FRSRPC dissector.Ronnie Sahlberg1-256/+3866
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-13/+13
2007-11-01some updates to the frsrpc dissectorRonnie Sahlberg1-4/+248
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+114