| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
IDMP provides a mapping of request-response service elements directly onto the Internet TCP/IP protocol, bypassing the ACSE, Presentation, Session and Transport layers of the OSI model. It also supports the use of TLS services.
The DAP dissector has been updated to use the IDMP protocol.
svn path=/trunk/; revision=33177
|
|
|
|
| |
svn path=/trunk/; revision=32423
|
|
|
|
| |
svn path=/trunk/; revision=32417
|
|
|
|
| |
svn path=/trunk/; revision=32405
|
|
|
|
| |
svn path=/trunk/; revision=32061
|
|
|
|
| |
svn path=/trunk/; revision=32060
|
|
|
|
| |
svn path=/trunk/; revision=32030
|
|
|
|
| |
svn path=/trunk/; revision=31544
|
|
|
|
| |
svn path=/trunk/; revision=31494
|
|
|
|
|
|
| |
Regenerate the DOP dissector.
svn path=/trunk/; revision=31313
|
|
|
|
|
|
| |
OPTIONAL as they are defined with a DEFAULT.
svn path=/trunk/; revision=31128
|
|
|
|
| |
svn path=/trunk/; revision=30516
|
|
|
|
| |
svn path=/trunk/; revision=30472
|
|
|
|
| |
svn path=/trunk/; revision=30409
|
|
|
|
|
|
| |
* Remove check_col guards
svn path=/trunk/; revision=30127
|
|
|
|
|
|
|
|
| |
There are two additional fields in PartialOutcomeQualifiers in X.500(2005) -
the entryCount CHOICE now has an "exact" option, and there's a "streamedResult"
flag.
svn path=/trunk/; revision=27713
|
|
|
|
| |
svn path=/trunk/; revision=27390
|
|
|
|
| |
svn path=/trunk/; revision=26750
|
|
|
|
| |
svn path=/trunk/; revision=26670
|
|
|
|
|
|
| |
Hopefullly without breaking to many things.
svn path=/trunk/; revision=26108
|
|
|
|
| |
svn path=/trunk/; revision=25773
|
|
|
|
| |
svn path=/trunk/; revision=24384
|
|
|
|
| |
svn path=/trunk/; revision=24251
|
|
|
|
| |
svn path=/trunk/; revision=24008
|
|
|
|
|
|
| |
Spotted by Tomas Kukosa.
svn path=/trunk/; revision=23921
|
|
|
|
|
|
| |
the ASN.1 module) and table-driven operations.
svn path=/trunk/; revision=23875
|
|
|
|
|
|
|
| |
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=23382
|
|
|
|
|
|
| |
(gsmmap and inap does not compile at the moment).
svn path=/trunk/; revision=23324
|
|
|
|
|
|
|
|
|
|
| |
- if offset is 0, tvb_length is the same as tvb_length_remaining, just faster.
Replace
- col_append_fstr() with faster col_append_str()
- col_add_str() with col_set_str()
when it's safe
svn path=/trunk/; revision=23252
|
|
|
|
|
|
| |
Straightforward.
svn path=/trunk/; revision=23247
|
|
|
|
|
|
|
|
|
| |
- gsmmap: uncomment -s option in gsmmap.cnf
- Fix cyclic dependencies:
+ Remove EXPORT_CNF from dependencies for cnf files
+ Replace all INCLUDE ...-exp.cnf with IMPORT ...-exp.cnf
svn path=/trunk/; revision=23202
|
|
|
|
|
|
| |
- Add EXPORT_FILES to all files that still contain -e.
svn path=/trunk/; revision=23145
|
|
|
|
| |
svn path=/trunk/; revision=23143
|
|
|
|
|
|
| |
- Add missing new directories to asn1/Makefile.nmake
svn path=/trunk/; revision=23141
|
|
|
|
| |
svn path=/trunk/; revision=23127
|
|
|
|
|
|
| |
Renamed the gsmmap template files to not contain an _
svn path=/trunk/; revision=23083
|
|
|
|
| |
svn path=/trunk/; revision=22997
|
|
|
|
| |
svn path=/trunk/; revision=22651
|
|
|
|
|
|
| |
Rebuild asn1 dissectors.
svn path=/trunk/; revision=22627
|
|
|
|
| |
svn path=/trunk/; revision=22054
|
|
|
|
|
|
|
| |
it makes interconnection between .cnf file and ASN.1 source more readable
(changes for #.FN_BODY will follow)
svn path=/trunk/; revision=22043
|
|
|
|
| |
svn path=/trunk/; revision=21753
|
|
|
|
|
|
| |
private implementations were renamed EXTERNAL -> EXTERNALt
svn path=/trunk/; revision=21662
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
svn path=/trunk/; revision=19048
|
|
|
|
|
|
|
|
| |
packet-ber.c, they were only OID but not BER related
use add_oid_str_name() and get_oid_str_name() instead of them
svn path=/trunk/; revision=18595
|
|
|
|
|
|
| |
- regenerate BER dissectors so as to change rest of Ethereal->Wireshark and asn2eth -> asn2wrs
svn path=/trunk/; revision=18217
|
|
|
|
|
|
| |
asn2eth -> asn2wrs
svn path=/trunk/; revision=18214
|
|
|
|
|
|
|
|
|
| |
- remove obsolete -X option from makefiles
- not generate enumerated map table for BER
dissector will be regenerated later
svn path=/trunk/; revision=18199
|