Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] What did we do to our code between 2012 and 2013?

From: Jim Young <jim.young.ws@xxxxxxxxx>
Date: Thu, 14 Jun 2018 00:05:03 -0400
On Wed, Jun 13, 2018 at 6:06 PM, Gerald Combs <gerald@xxxxxxxxxxxxx> wrote:

Does anyone know what we did between July 2012 and 2013 that would affect SLOCCount?

Using git bisect and defining "bad" as lower SLOC and "good" as higher SLOC this is what I came up with:

$ git bisect start 6d7a3a8ceef0fbcf3fc0ced1b92834c505dc135a 5ca89cfed3aa9f0498de2783673abc4c69b4271b
.
.
.
> a37c04420322102b2c677d5d7943c7575ebc898d is the first bad commit
> commit a37c04420322102b2c677d5d7943c7575ebc898d
> Author: Pascal Quantin <pascal.quantin@xxxxxxxxx>
> Date:   Thu Apr 11 18:14:53 2013 +0000
>     Update the ASN.1 based dissectors following the changes done in r48812
>     
>     svn path=/trunk/; revision=48820

;-)