| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Also move ncp222.py, x11-fields, process-x11-fields.pl,
make-reg-dotc, and make-reg-dotc.py.
Adjust #include lines in files that include packet-*.h
files.
svn path=/trunk/; revision=11410
|
|
|
|
|
|
|
|
|
| |
they have LF at the end of the line on UN*X and CR/LF on Windows;
hopefully this means that if a CR/LF version is checked in on Windows,
the CRs will be stripped so that they show up only when checked out on
Windows, not on UN*X.
svn path=/trunk/; revision=11400
|
|
|
|
|
|
|
|
|
|
| |
WBXML dissectors by define a new protocol handle in the WBXML dissector.
This is necessary as the Profile document (XML or WBXML) has no associated
media type (or not a useful registration).
New WBXML media: "UAPROF for Profile-Diff header (WSP)"
svn path=/trunk/; revision=11251
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
media dissector for a given media type (value of a Content-Type header)
must provide the logic to fall-back to this media dissector upon no match.
Note that you must set the pinfo->match_string to the media type name,
and if the media type is specified with parameters, then those parameters
can be added to pinfo->private_data. If there are no parameters, or the
parameter decoding is not implemented, you must set pinfo->private_data
to NULL.
Known TODOs:
- Fix the WSP parameter handling so it accompanies any media dissector.
Simplest approach is to retrieve the header field label from the WSP
Content-Type field and to search for a semicolon in it (or by using
the string length of the content type string representation).
- Verify that that subdissection always works in the WSP dissector,
even when the protocol tree is not being built.
- Implement the media dissector in the remaining dissectors that use the
media type string table.
svn path=/trunk/; revision=10743
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
be thrown when expoerting as PDML.
Implement the Size parameter (WSP 1.4 encoding).
Add the word "parameter" to the parameter header field blurbs.
Provide stubs for the not yet implemented typed parameter decoding, in order
to make the distiction between a valid undecoded and an unknown (and
potentially invalid) typed parameter.
svn path=/trunk/; revision=10698
|
|
|
|
|
|
|
| |
its value to the header field and sometimes to its label in the protocol
tree only.
svn path=/trunk/; revision=10651
|
|
|
|
|
|
| |
before.
svn path=/trunk/; revision=10401
|
|
|
|
|
|
| |
for contacting the authors of the files.
svn path=/trunk/; revision=10345
|
|
|
|
| |
svn path=/trunk/; revision=10262
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
"tvb_memcpy()"ing to it, and putting in a null terminator;
"tvb_get_string()" will check whether all bytes of the string are
present before allocating the buffer, so that you don't leak memory if
the copy throws an exception, and don't crash if the length is absurdly
large.
Use "tvb_memdup()" instead of allocating a buffer and "tvb_memcpy()"ing
to it, so that an exception is thrown before you try to allocate the
buffer (for the same reasons as listed above).
Before allocating a buffer used when processing a chunk of data from a
packet, get a pointer to the chunk with "tvb_get_ptr()", or check that
the data is all there with "tvb_ensure_bytes_exist()", so that an
exception is thrown before you try to allocate the buffer (for the same
reasons as listed above).
Fix up the lengths of the tvbuff used when dissecting ONC RPC opaque data
with a particular dissector.
svn path=/trunk/; revision=10236
|
|
|
|
|
|
|
|
| |
of the main PDU items displayed in the protocol header field.
Some small white space fixes.
svn path=/trunk/; revision=9978
|
|
|
|
|
|
|
|
| |
Separate the GSM SMS User Data dissector from the SMPP dissector.
Rename the protocol.
svn path=/trunk/; revision=9872
|
|
|
|
|
|
| |
Remove now unnecessary casts in two files.
svn path=/trunk/; revision=9801
|
|
|
|
|
|
|
|
| |
braces in expressions, which should be no harm however.
NOTE: Is there a means of disabling this type of warning in gcc?
svn path=/trunk/; revision=9635
|
|
|
|
|
|
|
|
| |
Decode PUT as POST.
Note: It looks like the WAP specs are not publicly available anymore.
svn path=/trunk/; revision=9619
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
gets handed off to subdissectors. However nested multipart entities are not
supported yet.
Add more information to the WSP protocol summary line.
Add some more clarifications (comments) in the WSP code.
Skip parsing of URL encoded data if tree is NULL.
svn path=/trunk/; revision=9540
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
packet-smpp.c).
Now the higher-level protocols show up without the need of unfolding the SMPP
dissector tree.
Add a new address type AT_STRINGZ, and use it for GSM SMS message reassembly.
Get rid of the different UDH IE subtrees, and replace them with one subtree
for all UDH IEs.
Add debug logging to SMPP and SMPP GSM SMS dissectors.
Move the Short Message reassembly from the SMPP dissector to the SMPP GSM SMS
dissector. Fix duplicated "reassembled in" header fields.
Rename header fields that are now part of SMPP GSM SMS (including the dissector
table name, so it has also been updated in packet-wsp.c and packet-wtp.c).
Add an explicit "if (!tree) return" in the WSP add_headers() method.
NOTE: it would be great if we were able to merge the existing packet-gsm_sms.c
and the SMPP GSM SMS dissector.
svn path=/trunk/; revision=9431
|
|
|
|
|
|
| |
Question: should we define "media type" subdissectors as special?
svn path=/trunk/; revision=9418
|
|
|
|
| |
svn path=/trunk/; revision=9387
|
|
|
|
|
|
| |
warning: comma at end of enumerator list
svn path=/trunk/; revision=9383
|
|
|
|
| |
svn path=/trunk/; revision=9358
|
|
|
|
| |
svn path=/trunk/; revision=9330
|
|
|
|
|
|
|
|
| |
WSP dissector: clean up redirect dissection, add generic address field
dissection, add Session Initiation Request dissection, rewrite capability
dissection, and various small updates.
svn path=/trunk/; revision=9301
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename the WAP protocols so that they reflect the protocol name and not the
protocol stack name.
Fix the WSP content-type header.
Rename the WSP header fields from 'hdr' to 'header'.
Rename the WSP Openwave header fields from header code page 'x-up-1':
replace 'openwave' with 'x_up_1' (is more intuitive).
Remove unused WSP header fields.
Rename the WTLS header fields so they do not contain 'wsp' anymore.
Correct the WBXML code page switches in the token parsers.
Fix the code page support of multi-codepage content.
Update the PROV WBXML content (and find bugs in the new OMA Prov spec :).
svn path=/trunk/; revision=9291
|
|
|
|
| |
svn path=/trunk/; revision=9203
|
|
|
|
|
|
| |
"media_type" table defined in the HTTP dissector.
svn path=/trunk/; revision=9194
|
|
|
|
| |
svn path=/trunk/; revision=9168
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix the WSP dissector so a Quoted-string with extraneous
trailing quote is displayed without duplicated final quote, and
issue a warning in the protocol tree.
* Remove the Openwave x-up-proxy-client-id header decoding as it
was incorrectly decoded as a text string, and process it with
the default Openwave header parser.
* Fix byte highlighting of some WSP parameters.
* Rename the WSP parameter filter names so they don't all refer to
content_type.
svn path=/trunk/; revision=9062
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
correct (and document) the offset computation in the parameter()
and parameter_value_q() functions.
From Lo�c Minier:
- a copy-paste with a missing replacement;
- content-disposition uses parameters not q-values;
- missing "+" for the calculation of parameter-offsets;
- white-space cleanup;
- comment fixes.
svn path=/trunk/; revision=9038
|
|
|
|
| |
svn path=/trunk/; revision=9035
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Implement quoted-string parsing by appending the closing quote
to the string value. If the quoted-string value does not start
with a quote, dissection resumes but a warning is displayed.
Textual headers are assumed to be 0x00 terminated (otherwise we
have a malformed packet or a short frame).
The Trailer header is also dissected now, and the charset
parameter dissection has been rewritten.
The Content-ID header dissector was registered at the place of
the Trailer dissector; this has also been fixed.
svn path=/trunk/; revision=9024
|
|
|
|
|
|
| |
general form.
svn path=/trunk/; revision=8976
|
|
|
|
|
|
| |
dynamically-allocated sprintf output.
svn path=/trunk/; revision=8960
|
|
|
|
|
|
|
|
|
| |
of match_strval() with val_to_str() so that we don't throw an assertion.
These changes fix a problem with a file from Martin Dubovsky; otherwise
they haven't been heavily tested.
svn path=/trunk/; revision=8954
|
|
|
|
|
|
|
|
|
|
|
| |
implement the TE header decoding;
fix the exported add_content_type function;
reimplement the header parameter dissection so the parameters
also show up in the related header.
svn path=/trunk/; revision=8952
|
|
|
|
|
|
| |
Content-Disposition headers.
svn path=/trunk/; revision=8909
|
|
|
|
| |
svn path=/trunk/; revision=8908
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Extra headers: Encoding-Version, WWW-Authenticate,
Proxy-Authenticate
* Fix memory allocate/free in header parsing functions & macros
* Add missing "ok = TRUE" for some header parsing functions
* Header subfields all share the same subtree identifier (more
intuitive)
* Get rid of unused header fields and subtrees
* Some whitespace changes
svn path=/trunk/; revision=8879
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use function reference arrays for header parse function lookup
(avoids switch())
* Use macros for the common parts of the header parse functions
* Use macros for identical header dissection functions
* Implement many missing header parse functions
* Automatic header parse error notification
* Some minor edits
* Add HTTP equivalents to WSP status codes
svn path=/trunk/; revision=8865
|
|
|
|
|
|
|
| |
As per a note by Olivier Biot, make the "multipart/XXX" items all lower
case.
svn path=/trunk/; revision=8802
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
content type pointer or a 0 numerical content type and a non-null
content type pointer; if the content type is numerical, we cannot match
on the string content type (as we'd dereference a null pointer) and, if
the content type is a string, we should not match on the numerical
content type (as the value is bogus).
We also have to call "add_content_type()" to get the content type
regardless of whether we're building a protocol tree, as we need to call
subdissectors regardless of whether we're building a protocol tree.
We also need to set the columns regardless of whether we're building a
protocol tree.
svn path=/trunk/; revision=8675
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename WSP defines to avoid collisions with Windows defines.
Rename WSP dissector table for integer-value content types.
Add WSP dissector table for literal content types.
Add WSP dissection registration for literal content types.
Register literal and extra WBXML content types to WSP dissector.
Register textual MMS content type to WSP dissector.
svn path=/trunk/; revision=8648
|
|
|
|
| |
svn path=/trunk/; revision=8376
|
|
|
|
| |
svn path=/trunk/; revision=8345
|
|
|
|
|
|
|
|
|
|
| |
string, decode the value as a text string, as per 1.0, section 8.4.1.2
("Field Values"):
If the field name is encoded in text format, textual values MUST
be used.
svn path=/trunk/; revision=8130
|
|
|
|
|
|
| |
URI are present before processing it, to catch bogus length values.
svn path=/trunk/; revision=8099
|
|
|
|
| |
svn path=/trunk/; revision=8084
|
|
|
|
|
|
|
|
| |
"packet-wsp.c", and just *declare* it in "packet-wsp.h" - no need to
have everybody who includes "packet-wsp.h" get their own copy
(especially as they might not use it).
svn path=/trunk/; revision=7993
|
|
|
|
|
|
|
|
| |
UDH dissection in SMPP message
WTP and WSP dissection over SMPP (no reassembly)
WSP status code rendering in Info column
svn path=/trunk/; revision=7954
|
|
|
|
| |
svn path=/trunk/; revision=7740
|