Skip to content

Commit

Permalink
Bump to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Montorsi committed Jun 10, 2023
1 parent 713f5b7 commit 59cd8cf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ Some features of this utility:
As for most Linux software, you can install the software just running:

```
$ wget https://github.com/f18m/large-pcap-analyzer/archive/3.8.0.tar.gz
$ tar xvzf 3.8.0.tar.gz
$ cd large-pcap-analyzer-3.8.0/
$ wget https://github.com/f18m/large-pcap-analyzer/archive/3.8.1.tar.gz
$ tar xvzf 3.8.1.tar.gz
$ cd large-pcap-analyzer-3.8.1/
$ ./configure && make
$ sudo make install
```
Expand All @@ -59,7 +59,7 @@ For developers: link to [Snapcraft page for large PCAP analyzer](https://build.s
# Command line help

```
large-pcap-analyzer version 3.8.0, built with libpcap libpcap version 1.9.1 (with TPACKET_V3)
large-pcap-analyzer version 3.8.1, built with libpcap libpcap version 1.9.1 (with TPACKET_V3)
by Francesco Montorsi, (c) 2014-2023
Usage:
large-pcap-analyzer [options] somefile.pcap ...
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Process this file with autoreconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([large-pcap-analyzer], [3.8.0], [[email protected]])
AC_INIT([large-pcap-analyzer], [3.8.1], [[email protected]])
AC_CONFIG_SRCDIR([src])
AC_CONFIG_HEADERS([src/config.h])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: large-pcap-analyzer
version: 3.8.0
version: 3.8.1
summary: Command-line utility to process .PCAP files very quickly.
description: |
Large PCAP file analyzer is a command-line utility program that performs some simple operations
Expand All @@ -20,7 +20,7 @@
parts:
large-pcap-analyzer:
plugin: autotools
source: https://github.com/f18m/large-pcap-analyzer/archive/3.8.0.tar.gz
source: https://github.com/f18m/large-pcap-analyzer/archive/3.8.1.tar.gz
build-packages:
- g++
- make
Expand Down
4 changes: 2 additions & 2 deletions spec/large-pcap-analyzer.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Name: large-pcap-analyzer
Version: 3.8.0
Version: 3.8.1
Release: 1%{?dist}
Summary: A command-line utility program to process PCAP captures

License: GPL
URL: https://github.com/f18m/large-pcap-analyzer
Source0: https://github.com/f18m/large-pcap-analyzer/archive/3.8.0.tar.gz
Source0: https://github.com/f18m/large-pcap-analyzer/archive/3.8.1.tar.gz

BuildRequires: gcc-c++, libpcap-devel, make

Expand Down

0 comments on commit 59cd8cf

Please sign in to comment.