Skip to content

Commit 296ff0f

Browse files
committed
This is tcpdump 4.99.2.
1 parent 59ca24a commit 296ff0f

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TBD
2-
Summary for 4.99.2 tcpdump release (so far!)
1+
Saturday, December 31, 2022 / The Tcpdump Group
2+
Summary for 4.99.2 tcpdump release
33
Updated printers:
44
BGP: Update cease notification decoding to RFC 9003.
55
BGP: decode BGP link-bandwidth extended community properly.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.99.2-PRE-GIT
1+
4.99.2

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for tcpdump 4.99.2-PRE-GIT.
3+
# Generated by GNU Autoconf 2.69 for tcpdump 4.99.2.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='tcpdump'
579579
PACKAGE_TARNAME='tcpdump'
580-
PACKAGE_VERSION='4.99.2-PRE-GIT'
581-
PACKAGE_STRING='tcpdump 4.99.2-PRE-GIT'
580+
PACKAGE_VERSION='4.99.2'
581+
PACKAGE_STRING='tcpdump 4.99.2'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1258,7 +1258,7 @@ if test "$ac_init_help" = "long"; then
12581258
# Omit some internal or obsolete options to make the list less imposing.
12591259
# This message is too long to be a string in the A/UX 3.1 sh.
12601260
cat <<_ACEOF
1261-
\`configure' configures tcpdump 4.99.2-PRE-GIT to adapt to many kinds of systems.
1261+
\`configure' configures tcpdump 4.99.2 to adapt to many kinds of systems.
12621262
12631263
Usage: $0 [OPTION]... [VAR=VALUE]...
12641264
@@ -1323,7 +1323,7 @@ fi
13231323

13241324
if test -n "$ac_init_help"; then
13251325
case $ac_init_help in
1326-
short | recursive ) echo "Configuration of tcpdump 4.99.2-PRE-GIT:";;
1326+
short | recursive ) echo "Configuration of tcpdump 4.99.2:";;
13271327
esac
13281328
cat <<\_ACEOF
13291329
@@ -1426,7 +1426,7 @@ fi
14261426
test -n "$ac_init_help" && exit $ac_status
14271427
if $ac_init_version; then
14281428
cat <<\_ACEOF
1429-
tcpdump configure 4.99.2-PRE-GIT
1429+
tcpdump configure 4.99.2
14301430
generated by GNU Autoconf 2.69
14311431
14321432
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2074,7 +2074,7 @@ cat >config.log <<_ACEOF
20742074
This file contains any messages produced by compilers while
20752075
running configure, to aid debugging if configure makes a mistake.
20762076
2077-
It was created by tcpdump $as_me 4.99.2-PRE-GIT, which was
2077+
It was created by tcpdump $as_me 4.99.2, which was
20782078
generated by GNU Autoconf 2.69. Invocation command line was
20792079
20802080
$ $0 $@
@@ -8883,7 +8883,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
88838883
# report actual input values of CONFIG_FILES etc. instead of their
88848884
# values after options handling.
88858885
ac_log="
8886-
This file was extended by tcpdump $as_me 4.99.2-PRE-GIT, which was
8886+
This file was extended by tcpdump $as_me 4.99.2, which was
88878887
generated by GNU Autoconf 2.69. Invocation command line was
88888888
88898889
CONFIG_FILES = $CONFIG_FILES
@@ -8949,7 +8949,7 @@ _ACEOF
89498949
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
89508950
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
89518951
ac_cs_version="\\
8952-
tcpdump config.status 4.99.2-PRE-GIT
8952+
tcpdump config.status 4.99.2
89538953
configured by $0, generated by GNU Autoconf 2.69,
89548954
with options \\"\$ac_cs_config\\"
89558955

0 commit comments

Comments
 (0)