| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=49927
|
|
|
|
|
|
| |
(via "copy - modify too little - paste" cycle)
svn path=/trunk/; revision=49255
|
|
|
|
| |
svn path=/trunk/; revision=49233
|
|
|
|
| |
svn path=/trunk/; revision=49167
|
|
|
|
|
|
|
| |
It doesn't do anything yet, it is just to make svn status
readable again.
svn path=/trunk/; revision=49007
|
|
|
|
| |
svn path=/trunk/; revision=48609
|
|
|
|
| |
svn path=/trunk/; revision=48045
|
|
|
|
| |
svn path=/trunk/; revision=45015
|
|
|
|
|
|
| |
Add new parameter 'data' to heur_dissector_t and new_dissector_t, for now it's always NULL
svn path=/trunk/; revision=44860
|
|
|
|
|
|
| |
(COPYING will be updated in next commit)
svn path=/trunk/; revision=43536
|
|
|
|
| |
svn path=/trunk/; revision=39803
|
|
|
|
|
|
| |
Also: remove trailing whitespace for a number of files.
svn path=/trunk/; revision=39503
|
|
|
|
|
|
| |
(previously missed).
svn path=/trunk/; revision=39451
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
them and then copying them over). The "all" target to builds these dissectors
now (instead of "generate_files" and/or "copy_files").
asn2wrs's "-O" option now means "the dissector goes in this directory" (rather
than "all output goes in this directory"); it also means that the "-s" (single
output file) option is now required.
Fix things up so that it's possible to build all of the ASN.1 dissectors in
one shot.
Fix building of conformance files when doing out-of-source-tree builds.
Unfortunately "make all" in the asn1 directory always builds something--I think
because of circular depedencies.
svn path=/trunk/; revision=39333
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dissectors:
Specifically: Replace FALSE|0 and TRUE|1 by ENC_BIG_ENDIAN|ENC_LITTLE_ENDIAN as
the encoding parameter for proto_tree_add_item() calls which directly reference
an item in hf[] which has a type of:
FT_UINT8
FT_UINT16
FT_UINT24
FT_UINT32
FT_UINT64
FT_INT8
FT_INT16
FT_INT24
FT_INT32
FT_INT64
FT_FLOAT
FT_DOUBLE
svn path=/trunk/; revision=39294
|
|
|
|
|
|
|
|
|
|
|
| |
keys to have _uint in their names, to match the routines that handle
dissector tables with string keys. (Using _port can confuse people into
thinking they're intended solely for use with TCP/UDP/etc. ports when,
in fact, they work better for things such as Ethernet types, where the
binding of particular values to particular protocols are a lot
stronger.)
svn path=/trunk/; revision=35224
|
|
|
|
| |
svn path=/trunk/; revision=32417
|
|
|
|
| |
svn path=/trunk/; revision=32405
|
|
|
|
| |
svn path=/trunk/; revision=30516
|
|
|
|
| |
svn path=/trunk/; revision=30409
|
|
|
|
| |
svn path=/trunk/; revision=29727
|
|
|
|
|
|
| |
Fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3984
svn path=/trunk/; revision=29726
|
|
|
|
| |
svn path=/trunk/; revision=29340
|
|
|
|
|
|
|
|
|
| |
Clean up header field info in asn1/*-template.c files.
From me:
Fixed a few typos in the patch.
svn path=/trunk/; revision=28817
|
|
|
|
| |
svn path=/trunk/; revision=27390
|
|
|
|
| |
svn path=/trunk/; revision=25809
|
|
|
|
|
|
| |
Spotted by Tomas Kukosa.
svn path=/trunk/; revision=23921
|
|
|
|
|
|
|
| |
asn2wrs has -T (tagged types support) and -X (new BER sttructures) default behavior
remove all -T and -X usage
svn path=/trunk/; revision=23823
|
|
|
|
| |
svn path=/trunk/; revision=23363
|
|
|
|
|
|
| |
- Add EXPORT_FILES to all files that still contain -e.
svn path=/trunk/; revision=23145
|
|
|
|
|
|
| |
- Add missing new directories to asn1/Makefile.nmake
svn path=/trunk/; revision=23141
|
|
|
|
| |
svn path=/trunk/; revision=23127
|
|
|
|
| |
svn path=/trunk/; revision=21753
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=18197
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
Remove svn:executable
Add svn:eol-style
Add svn:keywords
svn path=/trunk/; revision=15178
|
|
|
|
|
|
|
|
|
|
|
| |
current signature ("class" is a "gint8 *", not a "guint8 *", and "tag"
is a "gint32 *", not a "guint32 *"). Re-generate the dissectors from
the ASN.1 and the .cnf files in the cases where the arguments were fixed
in a .cnf file.
Give some dissectors the right svn:keywords and svn:eol-style settings.
svn path=/trunk/; revision=14885
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Get rid of their "executable" property, and set svn:keywords to Id and
svn:eol-style to native if they're not already set.
svn path=/trunk/; revision=13071
|
|
|
|
| |
svn path=/trunk/; revision=12725
|
|
|
|
| |
svn path=/trunk/; revision=12607
|
|
svn path=/trunk/; revision=12535
|