Commit ad45c168 authored by berge's avatar berge
Browse files

Added preference option for UT UDP port

parent 07a7711b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ plugin.c: $(DISSECTOR_SRC) Makefile.common $(top_srcdir)/tools/make-dissector-re
#	@rm -f $(distdir)/plugin.c

CLEANFILES = \
	ut \
	itsut \
	*~

MAINTAINERCLEANFILES = \
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

# the name of the plugin
PLUGIN_NAME = ut
PLUGIN_NAME = itsut

# the dissector sources (without any helpers)
DISSECTOR_SRC = \
	packet-ut.c
	packet-itsut.c

# corresponding headers
DISSECTOR_INCLUDES =	\
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
@SET_MAKE@

# Makefile.am
# Automake file for Wireshark UT Plugin
# Automake file for Wireshark ITS UT Plugin
#
# $Id: $
#
@@ -39,7 +39,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
#

# Makefile.common for UT plugin
# Makefile.common for ITS UT plugin
#     Contains the stuff from Makefile.am and Makefile.nmake that is
#     a) common to both files and
#     b) portable between both files
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
#endif

/* Name of package */
#define PACKAGE "ut"
#define PACKAGE "itsut"


#ifdef VERSION
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
#

# The name
PACKAGE=ut
PACKAGE=itsut

# The version
MODULE_VERSION_MAJOR=1
Loading