Skip to content

Commit

Permalink
fixed dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rup0rt committed Apr 5, 2021
1 parent af1d469 commit 5c2965f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pcapfix.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License along with
* Pcapfix. If not, see http://www.gnu.org/licenses/.
*
* Last Modified: 22.01.2019
* Last Modified: 04.05.2021
*
*******************************************************************************
*
Expand Down Expand Up @@ -192,7 +192,7 @@ int main(int argc, char *argv[]) {
};

/* print out pcapfix header information */
printf("pcapfix %s (c) 2012-2019 Robert Krause\n\n", VERSION);
printf("pcapfix %s (c) 2012-2021 Robert Krause\n\n", VERSION);

/* scan for options and arguments */
while ((c = getopt_long(argc, argv, ":t:ko:v::d::s::n::", long_options, &option_index)) != -1) {
Expand Down

0 comments on commit 5c2965f

Please sign in to comment.