Fix signed/unsigned comparison compiler warning

This commit is contained in:
Jon Siwek 2019-03-14 16:23:30 -07:00
parent 72fa3f16ad
commit a9771bc0eb
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
2.6-158 | 2019-03-14 16:23:30 -0700
* Fix signed/unsigned comparison compiler warning (Jon Siwek, Corelight)
2.6-157 | 2019-03-14 16:18:13 +0000
* GH-250: Add VXLAN decapsulation support (Henrik Lund Kramshoej; Jon Siwek, Corelight)