aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dcom-provideclassinfo.c
AgeCommit message (Collapse)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
Change all wireshark.org URLs to use https. Fix some broken links while we're at it. Change-Id: I161bf8eeca43b8027605acea666032da86f5ea1c Reviewed-on: https://code.wireshark.org/review/34089 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2019-06-06dcom-provideclassinfo: fix [-Wmissing-prototypes] warningAlexis La Goutte1-2/+2
packet-dcom-provideclassinfo.c:32:5: warning: no previous prototype for function 'dissect_IProvideClassInfo_GetClassInfo_rqst' [-Wmissing-prototypes] packet-dcom-provideclassinfo.c:40:5: warning: no previous prototype for function 'dissect_IProvideClassInfo_GetClassInfo_resp' [-Wmissing-prototypes] Change-Id: I0d4b4f4cf5e3d5d3612a6e01c71dbbfc3a14915f Reviewed-on: https://code.wireshark.org/review/33508 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2019-04-22dcom-provideclassinfo: fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
Change-Id: I9e863e542c50fbfbb75593ee2e4020865862a7e9 Reviewed-on: https://code.wireshark.org/review/32923 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2019-04-16DCOM - Add dissector for IProvideClassInfoalexsirr1-0/+98
Bug: 15508 Change-Id: Ief643578407f202ebf501d67e4a55e70317db0ca Reviewed-on: https://code.wireshark.org/review/32034 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>