| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
svn path=/trunk/; revision=39159
|
|
|
|
| |
svn path=/trunk/; revision=39157
|
|
|
|
| |
svn path=/trunk/; revision=39156
|
|
|
|
| |
svn path=/trunk/; revision=39154
|
|
|
|
| |
svn path=/trunk/; revision=39153
|
|
|
|
| |
svn path=/trunk/; revision=39151
|
|
|
|
| |
svn path=/trunk/; revision=39150
|
|
|
|
| |
svn path=/trunk/; revision=39149
|
|
|
|
| |
svn path=/trunk/; revision=39148
|
|
|
|
| |
svn path=/trunk/; revision=39147
|
|
|
|
| |
svn path=/trunk/; revision=39146
|
|
|
|
| |
svn path=/trunk/; revision=39145
|
|
|
|
| |
svn path=/trunk/; revision=39144
|
|
|
|
|
|
|
|
|
|
| |
Implement the content control resource from the CI+
specification 1.2.
From me:
Change ENC_NA to ENC_BIG_ENDIAN as i suppose this is a big endian protocol and ENC_NA was erroneously used for irems bigger than i byte in some cases.
svn path=/trunk/; revision=39143
|
|
|
|
|
|
|
| |
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6351
svn path=/trunk/; revision=39140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. Revert SVN #35830 (See Bug #5645);
This patch is no longer needed given the reversion.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5645
http://anonsvn.wireshark.org/viewvc?revision=39100&view=revision
2. Restore 'col_set_str(pinfo->cinfo, COL_INFO, "Ethernet II");' just to
be safe (altho it's possible that this line is not needed).
3. Remove several lines of no longer needed code.
svn path=/trunk/; revision=39134
|
|
|
|
| |
svn path=/trunk/; revision=39132
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add dissector for XMCP protocol.
From me:
- Fixed an obvious bug setting transaction_id_key[2].key = NULL,
where transaction_id_key is defined with only 2 elements.
- Only register heur_dissector once.
- Only find media_type_dissector_table once.
- Added packet-xmcp.c to CMakeLists.txt
svn path=/trunk/; revision=39131
|
|
|
|
| |
svn path=/trunk/; revision=39130
|
|
|
|
|
|
|
|
|
| |
- Fix two cases of "set but unused" as reported by GCC 4.6;
- remove _U_ from parameters which are actually used;
- printf --> REPORT_DISSECTOR_BUG;
- define a function as static;
svn path=/trunk/; revision=39129
|
|
|
|
|
|
|
| |
Unprotected array write.
svn path=/trunk/; revision=39125
|
|
|
|
| |
svn path=/trunk/; revision=39121
|
|
|
|
| |
svn path=/trunk/; revision=39120
|
|
|
|
|
|
|
|
|
| |
SMPP+ which is customized by Huawei company can't be decoded
From me :
Convert "space tabs" to spaces
svn path=/trunk/; revision=39119
|
|
|
|
| |
svn path=/trunk/; revision=39114
|
|
|
|
| |
svn path=/trunk/; revision=39110
|
|
|
|
| |
svn path=/trunk/; revision=39109
|
|
|
|
| |
svn path=/trunk/; revision=39108
|
|
|
|
| |
svn path=/trunk/; revision=39106
|
|
|
|
|
|
| |
Fixes buildbot compile error.
svn path=/trunk/; revision=39105
|
|
|
|
| |
svn path=/trunk/; revision=39103
|
|
|
|
| |
svn path=/trunk/; revision=39101
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
into the Ethernet II."
as this causes a lot of problems.
See
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5680
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6305
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6366
Original bug:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2254
svn path=/trunk/; revision=39100
|
|
|
|
|
|
| |
Add modeline information
svn path=/trunk/; revision=39099
|
|
|
|
| |
svn path=/trunk/; revision=39098
|
|
|
|
|
|
|
|
| |
doesn't decode BGP.MP_REACH_NLRI.NLRI when RD type is 2(defined in RFC4364:4.2)
Fix a wrong offset of RD Type 2 and display AS4 in asdot+ notation (Add a pref to chose the type of display for AS4 ?)
svn path=/trunk/; revision=39097
|
|
|
|
| |
svn path=/trunk/; revision=39096
|
|
|
|
|
|
|
|
|
|
| |
Add support for the osmo extension header to IP.a
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6371
While we are there
- Use ENC_BIG_ENDIAN
svn path=/trunk/; revision=39095
|
|
|
|
| |
svn path=/trunk/; revision=39088
|
|
|
|
| |
svn path=/trunk/; revision=39087
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In the AgentX dissector, make the "flags" arguments guint8, to match
what's passed in.
In the AIM dissector, use val_to_str() in col_add_str() calls - it gives
the same result if there's a match, and puts a note in the Info column
if there isn't, and is less complicated.
In the AJP13 dissector:
update the URL for the protocol documentation;
add #defines for message types, and use them;
for "enumerated data type" fields, make the fields numerical
rather than strings and give them the value_string tables;
get rid of col_check() calls;
make a Boolean item an FT_BOOLEAN.
svn path=/trunk/; revision=39085
|
|
|
|
| |
svn path=/trunk/; revision=39084
|
|
|
|
|
|
| |
(presumably) compile errors.
svn path=/trunk/; revision=39083
|
|
|
|
|
|
|
|
| |
Use consistent indentation;
Convert "4 space tabs" to spaces;
Remove trailing whitespace.
svn path=/trunk/; revision=39082
|
|
|
|
|
|
| |
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748
svn path=/trunk/; revision=39081
|
|
|
|
|
|
| |
status PDU.
svn path=/trunk/; revision=39077
|
|
|
|
|
|
| |
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748
svn path=/trunk/; revision=39074
|
|
|
|
| |
svn path=/trunk/; revision=39073
|
|
|
|
| |
svn path=/trunk/; revision=39072
|
|
|
|
| |
svn path=/trunk/; revision=39070
|