diff options
Diffstat (limited to 'src/plugins/gtpu/gtpu_error.def')
-rw-r--r-- | src/plugins/gtpu/gtpu_error.def | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/gtpu/gtpu_error.def b/src/plugins/gtpu/gtpu_error.def index 093a886ff33..4351529ef25 100644 --- a/src/plugins/gtpu/gtpu_error.def +++ b/src/plugins/gtpu/gtpu_error.def @@ -16,3 +16,4 @@ gtpu_error (DECAPSULATED, "good packets decapsulated") gtpu_error (NO_SUCH_TUNNEL, "no such tunnel packets") gtpu_error (BAD_VER, "packets with bad version in gtpu header") gtpu_error (BAD_FLAGS, "packets with bad flags field in gtpu header") +gtpu_error (TOO_SMALL, "packet too small to fit a gtpu header") |