| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
and NO_PORT_B - the corresponding flags have the same values, but they
don't have the same semantics (a "find_conversation()" call with a
missing address or port B will do a wildcard match on *both* addresses
or ports, not just the second one).
svn path=/trunk/; revision=9604
|
|
|
|
|
|
| |
use them in the H.225 taps.
svn path=/trunk/; revision=9287
|
|
|
|
| |
svn path=/trunk/; revision=8978
|
|
|
|
|
|
|
|
|
| |
"aliasAddress", in an EndPoint sequence, is a sequence of
aliasAddresses.
Don't update the Info or Protocol columns in a pdu_item.
svn path=/trunk/; revision=8930
|
|
|
|
|
|
| |
messages.
svn path=/trunk/; revision=8847
|
|
|
|
| |
svn path=/trunk/; revision=8794
|
|
|
|
| |
svn path=/trunk/; revision=8789
|
|
|
|
|
|
|
|
|
| |
1, TunnellingProtocol_id is a CHOICE not a SEQUENCE
2, change some values to be FT_STRING instead of FT_BYTES
3, update dissect_per_octet_String to always 0 terminate all FT_STRINGs
(if necessary in a temporary buffer) before passing them on to proto_tree_add_string() since that function did not want to handle FT_STRING or FT_STRINGZ othervise.
svn path=/trunk/; revision=8771
|
|
|
|
|
|
|
|
| |
We did align to byte a bit too frequently inside dissect_per_octet_string
Also change GroupIP.group from being a FT_BYTES into being FT_STRING
svn path=/trunk/; revision=8744
|
|
|
|
| |
svn path=/trunk/; revision=8723
|
|
|
|
| |
svn path=/trunk/; revision=8722
|
|
|
|
| |
svn path=/trunk/; revision=8653
|
|
|
|
|
|
| |
other definitions of OPTIONAL (such as the one in Windows).
svn path=/trunk/; revision=8650
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) string tables for t35CountryCode, t35Extension and
h221ManufacturerCode were moved into the new file t35.c
because they are common for more dissectors
2) the dissect_h245_NonStandardParameter_with_extension_marker()
was moved from h245 to h225 and renamed to
dissect_h225_NonStandardParameter() because the
NonStandardData type is different for H.225.0 and H.245
3) type of the "h245.nsp.object" dissector table was changed from
FT_UINT32 to FT_STRING, so it can select a dissector based on
an OID rather than the Adler-32 hash of an OID
4) the "h225.nsp.object" and "h225.nsp.h221" dissector tables
were created
svn path=/trunk/; revision=8550
|
|
|
|
| |
svn path=/trunk/; revision=8520
|
|
|
|
|
|
| |
messages and faststart ( I think, lost track, kind of).
svn path=/trunk/; revision=8342
|
|
|
|
|
|
|
|
|
| |
- fix RAS messages to clear the INFO column correctly;
- make H.245 messages tunneled within H.225 messages add their message
type to the Info column.
svn path=/trunk/; revision=8323
|
|
|
|
| |
svn path=/trunk/; revision=8321
|
|
|
|
|
|
| |
call the h245 dissector instead of just showing the octet string content as some random hex bytes
svn path=/trunk/; revision=8298
|
|
|
|
|
|
|
| |
Create an alternative NonStandardParameter dissector that matches the
definition that H.225 needs.
svn path=/trunk/; revision=8277
|
|
|
|
|
|
|
| |
H.225/H.245 routines, to plugins on platforms where they have to go
through the function call table.
svn path=/trunk/; revision=8216
|
|
|
|
|
|
| |
NonStandardParameter data in the H.245 dissector.
svn path=/trunk/; revision=8206
|
|
|
|
|
|
|
|
|
| |
enable decoding of fastStart elements;
make the output in the Protocol and Info columns look like the
old plugin's output.
svn path=/trunk/; revision=8157
|
|
|
|
|
|
|
| |
and IP addresses specifying the addresses and ports for future RTP/RTCP
traffic.
svn path=/trunk/; revision=8149
|
|
|
|
|
|
|
|
|
|
|
| |
it is currently done in a way too crude way,
when a h245 endpoint is found, it calls dissector_add("tcp.port",...) and
thus registers it globally for this port for ALL ip addresses.
if someone knows how to change it to only register it for
<ipaddress><tcpport> instead, that would be much better.
svn path=/trunk/; revision=8120
|
|
|
|
|
|
|
|
|
|
|
|
| |
Q931 now works
Still something wrong with NonStandardParameter, I cant find why ethereal is
wrong but it misses misses one bit in the decoding causing malformed frames.
I cant see what is wrong when looking at the packets. need furhter investigations.
Make h225 compile in as default
svn path=/trunk/; revision=8119
|
|
not enabled yet by default.
to test it you have to edit the makefiles and recompile.
still buggy and incomplete but feel free to test it
svn path=/trunk/; revision=8113
|