summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-05-24 15:04:28 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-05-24 15:04:39 +0200
commit031063345d6569c4ba7d2e20af47135d8310105a (patch)
tree38c44e6ad463eddc5ba80c163849fc80c452a8f9
parent7a23bb335748d78c1865b2b57da18d30ee83c53f (diff)
downloadlibpcap-031063345d6569c4ba7d2e20af47135d8310105a.tar.gz
Fix an error message
Probably a copy & paste error.
-rw-r--r--gencode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gencode.c b/gencode.c
index 8984b965..29788598 100644
--- a/gencode.c
+++ b/gencode.c
@@ -6491,7 +6491,7 @@ gen_proto(compiler_state_t *cstate, bpf_u_int32 v, int proto, int dir)
/*NOTREACHED*/
case Q_ESP:
- bpf_error(cstate, "'ah proto' is bogus");
+ bpf_error(cstate, "'esp proto' is bogus");
/*NOTREACHED*/
case Q_PIM: