summaryrefslogtreecommitdiff
path: root/randpkt_core
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2016-08-31 10:14:33 +0200
committerDario Lombardo <lomato@gmail.com>2016-09-16 14:21:16 +0000
commitd67c1db3f2b16185d7cff250e098f48d94883f0e (patch)
treef111269e33ea8b0ac29532c18e2ce16762f4f515 /randpkt_core
parent2492fe41ba165738aa8667ebfe7f9e96f69ef350 (diff)
downloadwireshark-d67c1db3f2b16185d7cff250e098f48d94883f0e.tar.gz
extcap: make extcap use the ws_strtoi/u functions.
Change-Id: Id75c72eba869c8a0f413ce8b5d6329ce172aed1f Reviewed-on: https://code.wireshark.org/review/17415 Petri-Dish: Dario Lombardo <lomato@gmail.com> Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'randpkt_core')
-rw-r--r--randpkt_core/randpkt_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/randpkt_core/randpkt_core.h b/randpkt_core/randpkt_core.h
index 11bc58a0ce..4b5b73a276 100644
--- a/randpkt_core/randpkt_core.h
+++ b/randpkt_core/randpkt_core.h
@@ -27,8 +27,6 @@
#include <glib.h>
#include "wiretap/wtap.h"
-#define MAXBYTES_LIMIT 65536
-
typedef struct {
const char* abbrev;
const char* longname;