diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-05-23 07:27:35 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-05-23 07:27:35 +0000 |
commit | 714705bfe847ba024372d9a493eda724fe6893e6 (patch) | |
tree | c36a1b624a995a36e925fd39e6b6dc89e13acf06 | |
parent | 33794c58a003413e1e6e7f21f0edc3c2d6eeed7b (diff) | |
download | wireshark-714705bfe847ba024372d9a493eda724fe6893e6.tar.gz wireshark-714705bfe847ba024372d9a493eda724fe6893e6.tar.bz2 wireshark-714705bfe847ba024372d9a493eda724fe6893e6.zip |
Add conv_id.h
svn path=/trunk/; revision=42810
-rw-r--r-- | epan/Makefile.common | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common index e8e0a778ef..af5f075ee1 100644 --- a/epan/Makefile.common +++ b/epan/Makefile.common @@ -57,7 +57,7 @@ LIBWIRESHARK_SRC = \ funnel.c \ gcp.c \ geoip_db.c \ - golay.c \ + golay.c \ guid-utils.c \ h225-persistentdata.c \ in_cksum.c \ @@ -65,7 +65,7 @@ LIBWIRESHARK_SRC = \ ipv4.c \ next_tvb.c \ nstime.c \ - oids.c \ + oids.c \ osi-utils.c \ packet.c \ plugins.c \ @@ -148,6 +148,7 @@ LIBWIRESHARK_INCLUDES = \ column_info.h \ column-utils.h \ conversation.h \ + conv_id.h \ crc16-tvb.h \ crc32-tvb.h \ crc8-tvb.h \ |