Rename DISSECTOR_HELPER_{SRC,OBJECTS} to
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 11 Jan 2004 22:17:43 +0000 (22:17 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 11 Jan 2004 22:17:43 +0000 (22:17 +0000)
commitf726e78a8390413ded74e9f6eaa0cb88c07832e1
treec815997640931558110ea9bf468fcb27f04f4c0d
parente10907b62094733be981b63cc18a470dd7256099
Rename DISSECTOR_HELPER_{SRC,OBJECTS} to
DISSECTOR_SUPPORT_{SRC,OBJECTS}.

Add some additional files, required by dissectors, to those lists.

Extract the stuff to get version information strings for libraries and
the OS, which is *not* needed by dissectors, from "util.c", which
contains routines that *are* needed by dissectors, and put it into a
separate file.

Make "dftest" link only with the dissector support stuff, not with all
of the Ethereal common files.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9645 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
Makefile.nmake
gtk/main.c
tethereal.c
util.c
util.h
version_info.c [new file with mode: 0644]
version_info.h [new file with mode: 0644]