| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954
Reviewed-on: https://code.wireshark.org/review/244
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
|
|
|
|
|
|
| |
(COPYING will be updated in next commit)
svn path=/trunk/; revision=43536
|
|
|
|
|
|
| |
- Add missing new directories to asn1/Makefile.nmake
svn path=/trunk/; revision=23141
|
|
|
|
| |
svn path=/trunk/; revision=23116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
python.
The problem is the slash in e.g.:
@$(PYTHON) ../../tools/make-dissector-reg.py
is interpreted as an option instead of being part of the path.
I didn't wanted to use backslashes as this might introduce new problems with cygwin's python port.
svn path=/trunk/; revision=19730
|
|
|
|
|
|
|
|
|
| |
- remove obsolete -X option from makefiles
- not generate enumerated map table for BER
dissector will be regenerated later
svn path=/trunk/; revision=18199
|
|
|
|
| |
svn path=/trunk/; revision=17999
|
|
|
|
| |
svn path=/trunk/; revision=17772
|
|
|
|
| |
svn path=/trunk/; revision=17387
|
|
|
|
|
|
|
|
|
|
| |
to fix compilation under Windows NT. This should fix bug 403.
The changes were made using "find . -name Makefile.nmake | xargs perl
-pi.bak -e 's: /y::i'". They appear to work under XP, but if anything
broke I blame Larry Wall.
svn path=/trunk/; revision=15710
|
|
|
|
|
|
|
| |
generates dissectors with mixed EOL! SVN doesn't allow you to commit such files.
Add a target to all nmake makefiles in asn1 subdirectory which will fix these files.
svn path=/trunk/; revision=13077
|
|
svn path=/trunk/; revision=13072
|