]> The Tcpdump Group git mirrors - tcpdump/commit
reset the counter after a -G rollover (GH #352)
authorzolf <[email protected]>
Sun, 5 Jan 2014 21:28:54 +0000 (22:28 +0100)
committerDenis Ovsienko <[email protected]>
Fri, 10 Jan 2014 09:47:03 +0000 (13:47 +0400)
commitcd69580087f110c27358248bc3100f915838e4d4
tree39a04dbabd982ebc2b793dc4f1ad53aaad6169a3
parentdb8077a114ac60f8ecaa96b3edd3993f5c0da7a7
reset the counter after a -G rollover (GH #352)

when -G -C is used the filename counter continued. Changed the behaviour
so that when -G is rolled over to the next file the Cflag-counter is
reset to 0 so that the filenames will restart counting.
tcpdump.c