]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Merge pull request #377 from msekletar/master
authorGuy Harris <[email protected]>
Wed, 25 Jun 2014 18:23:54 +0000 (11:23 -0700)
committerGuy Harris <[email protected]>
Wed, 25 Jun 2014 18:23:54 +0000 (11:23 -0700)
timestamps: make possible to request high precision timestamps

1  2 
tcpdump.c
util.c

diff --cc tcpdump.c
index f41bf697bf90cc6757750766d51c4840d7150b43,95b5ac0a10849da2ff898dabc46026ad374a76cd..d9f3e0fa96761fa993b0360fca4c53585c254d90
+++ b/tcpdump.c
@@@ -650,8 -650,9 +650,9 @@@ show_devices_and_exit (void
   */
  #define OPTION_NUMBER 128
  #define OPTION_VERSION        129
+ #define OPTION_TSTAMP_PRECISION 130
  
 -static struct option longopts[] = {
 +static const struct option longopts[] = {
  #if defined(HAVE_PCAP_CREATE) || defined(WIN32)
        { "buffer-size", required_argument, NULL, 'B' },
  #endif
diff --cc util.c
Simple merge