diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-08-19 10:00:14 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-08-19 10:00:14 +0000 |
commit | 4ddd504bb4bdcdf0b3d7e9a462046adfa9c6bab3 (patch) | |
tree | 53684689f35f4425842dc7e9424ed865176114a7 /tap-gsm_astat.c | |
parent | 0a1de06a249a376ecad78bb54bf200554ec427b0 (diff) | |
download | wireshark-4ddd504bb4bdcdf0b3d7e9a462046adfa9c6bab3.tar.gz wireshark-4ddd504bb4bdcdf0b3d7e9a462046adfa9c6bab3.tar.bz2 wireshark-4ddd504bb4bdcdf0b3d7e9a462046adfa9c6bab3.zip |
Move the stats.[ch] stuff into epan, so plugins can use it.
svn path=/trunk/; revision=15429
Diffstat (limited to 'tap-gsm_astat.c')
-rw-r--r-- | tap-gsm_astat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-gsm_astat.c b/tap-gsm_astat.c index d5096d47dc..4b0214409e 100644 --- a/tap-gsm_astat.c +++ b/tap-gsm_astat.c @@ -42,9 +42,9 @@ #include "epan/packet_info.h" #include "epan/value_string.h" #include <epan/tap.h> +#include <epan/stat.h> #include <epan/dissectors/packet-bssap.h> #include <epan/dissectors/packet-gsm_a.h> -#include "stat.h" #include "register.h" |