aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Collapse)AuthorFilesLines
2012-06-27Prettify display of O_RDONLY and O_ACCMODE flagsPascal Quantin1-17/+28
svn path=/trunk/; revision=43510
2012-06-27From Martin Raison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7414Alexis La Goutte1-0/+4
PMIPV6 support over IPV4 network PMIPv6 is an extension of MIPv6, adding a certain number of options to the MIPv6 protocol. These options are already implemented in the wireshark dissector, and the MIPv6 headers are recognized, but only inside IPv6 packets. However, RFC5844 extends the PMIPv6 protocol to make it work over IPv4 networks : as explained in section 4 of this RFC, the MIPv6 message is carried inside an IPv4 packet with a UDP header. The port number in the UDP header is 5436 svn path=/trunk/; revision=43505
2012-06-26General cleanup:Bill Meier1-1604/+1607
- Remove _U_ when function arg is actually used; - Use consistent formatting and whitespace style. svn path=/trunk/; revision=43500
2012-06-26Validate 'offset' before calling proto_item_set_end(); prevents potential ↵Bill Meier1-0/+4
'Dissector Bug' msg Addresses comment in Bug #7390 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7390#c1 svn path=/trunk/; revision=43496
2012-06-26From Richard Sharpe:Bill Meier1-5/+5
I noticed some inconsistencies in the command naming. The following patch fixes those (so that they now match between SMB and SMB2): svn path=/trunk/; revision=43495
2012-06-25From Michal Labedzki: Anders Broman1-11/+29
RFCOMM-Add-Version-and-DecodeBy-preferences https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6567 svn path=/trunk/; revision=43491
2012-06-25From Michal Labedzki: Anders Broman1-23/+22
RFCOMM-Cosmetic-fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6567 svn path=/trunk/; revision=43490
2012-06-25From Michal Labedzki: Anders Broman1-36/+164
BT: Expose RFCOMM Channel instead of DLCI https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6567 svn path=/trunk/; revision=43489
2012-06-25From Martin Kaiser:Anders Broman3-9/+124
add X.509 certificate extensions for DVB-CI/CI+ https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7397 svn path=/trunk/; revision=43485
2012-06-25Tighten up validity checking when doing reassembly.Bill Meier1-13/+10
Fixes Bug #7390 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7390 (Esentially: Do proper validity checking to prevent a "Dissector Bug" exception; throw a BoundsError exception instead). svn path=/trunk/; revision=43483
2012-06-25Fix dissection of NAS EPS Service Request message (broken in r42200)Pascal Quantin1-8/+21
svn path=/trunk/; revision=43474
2012-06-25Fix typo errorsPascal Quantin1-5/+5
svn path=/trunk/; revision=43473
2012-06-24From Yair:Anders Broman1-7/+7
1. OAM cells are not automatically detected if the AAL type passed is AAL_UNKNOWN. 2. CRC10 calculation does not take into account the "crc_stripped" option, and uses a hardcoded offset of 5 bytes into the cell. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7385 svn path=/trunk/; revision=43471
2012-06-24From Martin Kaiser:Anders Broman1-0/+3
add oid for sha256. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7395 svn path=/trunk/; revision=43469
2012-06-24Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7386 :Pascal Quantin1-4/+25
Fix dissection of Packet Receipt Times Report Block svn path=/trunk/; revision=43467
2012-06-24FT_FLOAT and FT_DOUBLE share the same comparison functions -> use same ↵Pascal Quantin2-2/+2
filter name svn path=/trunk/; revision=43460
2012-06-24From Adam Langley:Anders Broman3-8/+21
Decrypt resumed, SSL sessions from keylog file- https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7396 svn path=/trunk/; revision=43458
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-9/+9
svn path=/trunk/; revision=43451
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin2-17/+17
svn path=/trunk/; revision=43450
2012-06-23Rename two entries to avoid having same filter name for entries with ↵Pascal Quantin1-2/+2
incompatible types svn path=/trunk/; revision=43449
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin3-65/+59
svn path=/trunk/; revision=43448
2012-06-23Fix copy/paste errorsPascal Quantin1-4/+4
svn path=/trunk/; revision=43447
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-3/+3
svn path=/trunk/; revision=43446
2012-06-22Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7391 :Pascal Quantin1-98/+114
Do not use same name for filters with incompatible types svn path=/trunk/; revision=43443
2012-06-21Mark a couple more variables volatile.Jeff Morriss1-3/+3
svn path=/trunk/; revision=43437
2012-06-21From Richard Sharpe via ↵Jeff Morriss1-2/+3
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7387 : Don't break/return out of a TRY/CATCH. svn path=/trunk/; revision=43434
2012-06-20Fix compilation with gcc...Pascal Quantin1-3/+3
svn path=/trunk/; revision=43409
2012-06-20Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7383 :Pascal Quantin1-5/+5
Put back items into the correct dtap_tree tree and comment pd_tree that is unused for now svn path=/trunk/; revision=43408
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on aJeff Morriss1-5/+7
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. svn path=/trunk/; revision=43406
2012-06-20Revert http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43404.Anders Broman1-20/+19
(Needs rethinking). svn path=/trunk/; revision=43405
2012-06-20SDP data embeded in OCTET STRING.Anders Broman1-19/+20
svn path=/trunk/; revision=43404
2012-06-20Add a link to IANA registry.Anders Broman1-1/+2
svn path=/trunk/; revision=43403
2012-06-20Upadte e-mail.Anders Broman1-1/+1
svn path=/trunk/; revision=43402
2012-06-20- In INTERNAL HANDOVER COMMAND Circuit Identity Code is C(Coded optional in WS)Anders Broman1-2/+36
- be_speech_codec ( 3.2.2.104 Speech Codec) did not cover all codecs. svn path=/trunk/; revision=43401
2012-06-19Correct the IPv6 fragment offset shown in COL_INFO.Jeff Morriss2-11/+24
Make some Fragment header fields filterable (add_text() -> add_item()). Display (and make filterable) the reserved octet and bits. svn path=/trunk/; revision=43389
2012-06-19Simplify proto_tree_add_string_format_value(..., val, "%s", val) with ↵Jakub Zawadzki1-5/+5
proto_tree_add_string. hash is 16-bytes hex dump (ASCII!). No need to use proto_tree_add_string_format_value(). svn path=/trunk/; revision=43386
2012-06-19Use tvb_get_ephemeral_string_enc() in combination with ↵Pascal Quantin2-2/+2
proto_tree_add_unicode_string() (as recommended by Jakub on the mailing list) svn path=/trunk/; revision=43385
2012-06-19Use newly introduced proto_tree_add_unicode_string() to add UTF-8 stringsPascal Quantin2-14/+28
svn path=/trunk/; revision=43379
2012-06-19Mark another variable as volatile to pacify the buildbot.Jeff Morriss1-1/+1
svn path=/trunk/; revision=43376
2012-06-19TypoAnders Broman1-1/+1
svn path=/trunk/; revision=43365
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki4-31/+25
Convert some proto_tree_add_string_format_value(..., val, "%s", val); to use new function. svn path=/trunk/; revision=43363
2012-06-19Fix bug #7378: Wireshark 1.8.0rc1: gsm_a_dtap SMS 7-bit default alphabet ↵Jakub Zawadzki1-6/+7
regression w.r.t. 1.6.8 proto_item_add_string() can be only used with ASCII strings. svn path=/trunk/; revision=43362
2012-06-19Mark some variables as volatile to avoid compiler warnings.Jeff Morriss1-5/+6
svn path=/trunk/; revision=43357
2012-06-19Try to fix unused variable warnings and "clobbered by 'longjmp' or 'vfork' "Anders Broman1-5/+2
svn path=/trunk/; revision=43355
2012-06-19From Richard Sharpe:Anders Broman2-26/+78
Wireshark is unable to dissect Security Descriptors that span TCP segments where some are not captured or reassembled https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7363 svn path=/trunk/; revision=43352
2012-06-19Set save_fragmented at the beginning of the routine, so it can always beGuy Harris1-1/+2
used at the end to restore pinfo->fragmented. svn path=/trunk/; revision=43350
2012-06-19In dissect_nt_transaction_request(), restore pinfo->fragmented beforeGuy Harris1-0/+1
returning. svn path=/trunk/; revision=43348
2012-06-19From Richard Sharpe:Anders Broman2-13/+96
packet-smb.c does not properly handle NT TRANSACT requests (and probably TRANSACT and TRANSACT2 requests) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7351 svn path=/trunk/; revision=43347
2012-06-19From Sandeep Dahiya.Anders Broman1-1/+98
Add support for Gigamon timestamp trailer (different from existing Gigamon header format). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7365 svn path=/trunk/; revision=43346
2012-06-18Integrate r43221 and 43222 with 43211. (Revert back to having onlyGerald Combs2-2/+1
dscp_vals_ext.) svn path=/trunk/; revision=43335