Commit c3483b48 authored by berge's avatar berge
Browse files

itsut v1.4.0

parent 27542ab4
Loading
Loading
Loading
Loading
+132 −133
Original line number Original line Diff line number Diff line
@@ -94,7 +94,6 @@ plugin.c: $(DISSECTOR_SRC) moduleinfo.h ..\..\tools\make-dissector-reg
$(DISSECTOR_FILES): ..\..\tools\asn2wrs.py $(BUILT_FILES)
$(DISSECTOR_FILES): ..\..\tools\asn2wrs.py $(BUILT_FILES)
!IFDEF PYTHON
!IFDEF PYTHON
	$(PYTHON) ..\..\tools\asn2wrs.py $(A2W_FLAGS) $(PROTO_OPT) -c $(srcdir)/$(PLUGIN_NAME).cnf -s $(srcdir)/packet-$(PLUGIN_NAME)-template -D $(srcdir) $(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST) $(EXT_ASN_FILE_LIST_LATE)
	$(PYTHON) ..\..\tools\asn2wrs.py $(A2W_FLAGS) $(PROTO_OPT) -c $(srcdir)/$(PLUGIN_NAME).cnf -s $(srcdir)/packet-$(PLUGIN_NAME)-template -D $(srcdir) $(EXT_ASN_FILE_LIST) $(ASN_FILE_LIST) $(EXT_ASN_FILE_LIST_LATE)
	patch <patches/Timestamp.patch
	patch <patches/PERfix.patch
	patch <patches/PERfix.patch
!ELSE
!ELSE
	@echo Error: You need Python to use asn2wrs.py
	@echo Error: You need Python to use asn2wrs.py

itsut/Makefile.in

deleted100644 → 0
+0 −1054

File deleted.

Preview size limit exceeded, changes collapsed.

+5 −0
Original line number Original line Diff line number Diff line
Changelog:
Changelog:
==========
==========


1.4.0: Added missing flags support for dissect_itsut_denm_trigger()
       Added support of MAP/SPaT events indication
       Added CAM/DENM/MAP/SPaT payload decoding in events indication
       Multiple signess fixes + changeCurvature (contribution from Mats Claesson @Kapsch)
       Bug fixed in dissect_itsut_gn_geobroadcast()
1.3.0: Fixed decoding of genrateTsb
1.3.0: Fixed decoding of genrateTsb
1.2.0: Fixed header name for id 0x12
1.2.0: Fixed header name for id 0x12
1.1.0: Added preference page to change UT port number
1.1.0: Added preference page to change UT port number
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,5 +21,5 @@
#define BUILD_NUMBER 0
#define BUILD_NUMBER 0
#endif
#endif


#define VERSION "1.3." stringize(BUILD_NUMBER)
#define VERSION "1.4." stringize(BUILD_NUMBER)
+1 −1
Original line number Original line Diff line number Diff line
@@ -7,7 +7,7 @@ PACKAGE=itsut


# The version
# The version
MODULE_VERSION_MAJOR=1
MODULE_VERSION_MAJOR=1
MODULE_VERSION_MINOR=3
MODULE_VERSION_MINOR=4
MODULE_VERSION_MICRO=0
MODULE_VERSION_MICRO=0
MODULE_VERSION_EXTRA=0
MODULE_VERSION_EXTRA=0