add IANA port-numbers file as a file named "services", with some minor explanations from me at the top of that file

add it to the distributed files, to the Win32 NSIS and U3 packages. UNIX packages will still miss this (optional) file.

svn path=/trunk/; revision=22487
This commit is contained in:
Ulf Lamping 2007-08-12 20:54:30 +00:00
parent 0b43610ea8
commit 0a4e09493a
6 changed files with 15223 additions and 0 deletions

View File

@ -2820,3 +2820,5 @@ SHA1 routines to be used.
snax <snax[AT]shmoo.com> gave permission to use his(?) weak key
detection code from Airsnort.
IANA gave permission for their port-numbers file to be used.

View File

@ -675,6 +675,7 @@ EXTRA_DIST = \
packaging/u3/win32/makefile.nmake \
packaging/u3/win32/manifest.tmpl \
packaging/u3/win32/u3util.c \
services \
tools/idl2wrs.sh.in \
wka.tmpl

View File

@ -864,6 +864,7 @@ install-common-files:
if exist editcap.pdb xcopy editcap.pdb $(INSTALL_DIR) /d
xcopy ".\AUTHORS-SHORT" $(INSTALL_DIR) /d
xcopy ".\manuf" $(INSTALL_DIR) /d
xcopy ".\services" $(INSTALL_DIR) /d
xcopy ".\FAQ" $(INSTALL_DIR) /d
xcopy ".\README" $(INSTALL_DIR) /d
xcopy ".\README.win32" $(INSTALL_DIR) /d

View File

@ -342,6 +342,7 @@ File "..\..\AUTHORS-SHORT"
File "..\..\COPYING"
File "NEWS.txt"
File "..\..\manuf"
File "..\..\services"
File "..\..\doc\wireshark.html"
File "..\..\doc\wireshark-filter.html"
File "..\..\dumpcap.exe"
@ -946,6 +947,7 @@ Delete "$INSTDIR\README*"
Delete "$INSTDIR\FAQ"
Delete "$INSTDIR\NEWS.txt"
Delete "$INSTDIR\manuf"
Delete "$INSTDIR\services"
Delete "$INSTDIR\pcrepattern.3.txt"
Delete "$INSTDIR\user-guide.chm"
Delete "$INSTDIR\example_snmp_users_file"

View File

@ -119,6 +119,7 @@ distribution: host-dirs device-dirs data-dirs manifest-dirs manifest.u3i u3util
$(COPY) $(TOPDIR)\help\display_filters.txt $(DEVICE)\help $(COPY_FLAGS)
$(COPY) $(TOPDIR)\help\faq.txt $(DEVICE)\help $(COPY_FLAGS)
$(COPY) $(TOPDIR)\manuf $(DEVICE) $(COPY_FLAGS)
$(COPY) $(TOPDIR)\service $(DEVICE) $(COPY_FLAGS)
!IFDEF HHC_DIR
$(COPY) $(TOPDIR)\packaging\nsis\user-guide.chm $(DEVICE) $(COPY_FLAGS)
!ENDIF

15216
services Normal file

File diff suppressed because it is too large Load Diff