Wireshark-bugs: [Wireshark-bugs] [Bug 8239] Dissector for Microsofts SSTP VPN Protocol
Date: Sun, 20 Jan 2013 20:47:13 +0000

Comment # 13 on bug 8239 from
(In reply to comment #12)
> Created attachment 9848 [details]
> sstp dissector patch
> 
> Thanks Alexis and Evan for your review :)
> 
> i fixed everything mentioned in comment #8, comment #9, comment #10 except:
> 
> > the chechAPIs script reports also a warning :
> > Warning: epan/dissectors/packet-sstp.c does not have an SVN Id tag.
> according to 3.11
> (https://www.wireshark.org/docs/wsdg_html_chunked/ChSrcAdd.html):
> """


Actually: you just need to add $Id$ to the source file.

>From doc/README.developer

/* packet-PROTOABBREV.c
 * Routines for PROTONAME dissection
 * Copyright 201x, YOUR_NAME <YOUR_EMAIL_ADDRESS>
 *
 * $Id$
 *


You are receiving this mail because:
  • You are watching all bug changes.