aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-12-23Properly read UL grant subframe number.martinm1-6/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35251 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-23Skip an outheader field.martinm1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35250 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22From Jiří Engelthaler:jake1-16/+186
Fixes computing of milliseconds in CP56time2a and add "bitstring of 32 bits" and "step position" support (ASDU types 5,7,32,33,47,51,60 and 64). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35249 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Avoid the need for cf_mark_frame stubs.jake3-19/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35248 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Fix for bug 5513:jake1-6/+6
Prepare filter must take Fwd and Rev part in combined filter. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35247 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Add #define and value_string entries for the remaining SSH message typesfisher1-41/+82
numbers as defined in RFC 4250. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35246 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Change prefixes in #define:sfisher1-39/+41
SSH -> SSH1 SSH2 -> SSH This will make it easier to compare the code to the SSH RFCs, which only cover SSH version 2. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35245 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Fix marking functionality (bug 5279)sake3-18/+31
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35244 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22From Alexis La Goutte via bug 5514:stig1-3/+1
Fix a Git issue. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35243 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-22Allow for NULL preference descriptions.jake2-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35242 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21From daulis0@gmail.com:jake1-3/+23
There are 2 parts to the CIGI protocol. 1) Host to IG messages and 2) IG to Host messages. Currently, Host to IG messages are parsed correctly, but IG to Host messages show Malformed Packet (or may not even detect as CIGI at all) Some of the protocol format is different between versions. The "Minor Version" is used by the dissector to separate the differences, but this field is in a different location in the IG Control Packet (Host to IG message) vs the Start of Frame Packet (IG to Host message). Attached patch to correct this. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35241 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21Add a comment about not needing to g_free() the value returned from ↵wmeier1-0/+3
g_locale_to_utf8(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35240 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21Removed duplicate rawshark.html entry from DOC.cmaynard1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35239 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21Fix indentation: change from a mixture of 2 and 4 spaces to tabs (whichsfisher1-168/+187
is what packet-smb.c uses) and add extra line breaks. Both changes are for improved readbility of the frequent complex and cryptic loops. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35238 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21Be more consistent about how offset is updated while dissecting lte_rrc fields.martinm1-2/+9
Show cell-id in info column (if don't manage to call RRC). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35237 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21Set default graph file format to more appropriate Portable Network Graphics.jake1-4/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35236 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-21From Marc Giertzsch:jake1-5/+15
Dialog RTP Graph analysis is not showing forward and reverse delta. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35235 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Fix bug #5509: CommView file format now uses reserved bytes and adds a sfisher1-14/+16
new use for the direction field per: http://www.tamos.com/htmlhelp/commview/logformat.htm Add basic support for new fields and don't reject files that fit the new format. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35234 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Saying that patches will be reviewed in "a few days" may be a bit ↵morriss1-12/+22
optimistic. Also point out that it's not necessary for patch submitters to mark the bug as ASSIGNED nor assign it to themselves. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35233 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Fix warnings with format.cmaynard1-2/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35232 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Some PIM enhancements, mostly to allow more fields to be filterable.cmaynard1-133/+271
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35231 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20dissector_add() --> dissector_add_uint();wmeier1-42/+42
Rempve trailing blanks from lines. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35230 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Deprecate dissector_add(), dissector_change(), dissector_delete(),morriss1-967/+977
dissector_get_port_handle(), dissector_reset(), dissector_try_port(), dissector_try_port_new(), and next_tvb_add_port(). Re-tabify the file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35229 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20From Papan Kumar Singh (bug 5504 & 5505):martinm1-0/+1
Add missing break so that PDCP-LTE direction is set properly. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35228 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20From Rob Casey:jake1-1/+18
Patch to add support for DNP3 protocol Binary Output Change object type. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35227 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20From Mathieu Parent:jake1-15/+48
* Support for XMLAlarmMessage (0x015A) * every xml data is parsed using the XML dissector git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35226 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Another #define for old code.guy1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35225 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy680-4854/+4892
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35224 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-19Prepare for handling DLT_IPV4 and DLT_IPV6.jake4-2/+24
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35223 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-19[Automatic manuf, services and enterprise-numbers update for 2010-12-19]gerald1-7/+127
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35220 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-18Revert SVN #35213 based upon comments in the Wireshark-dev list.wmeier2-1082/+84
http://www.wireshark.org/lists/wireshark-dev/201012/msg00206.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35219 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-18Revert SVN #35214 based upon comments in the Wireshark-dev list.wmeier1-1/+647
http://www.wireshark.org/lists/wireshark-dev/201012/msg00206.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35218 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-18From Daniel Black:jake1-7/+10
Adds support for GOST algorithm as per RFC5933. This is used as an option DNSSEC algorithm. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35217 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-18Add support for the TLSv1.2 format of the CertificateRequest handshake message.sake3-3/+158
(see: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5485 ) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35216 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-17Convert indentation tabs within <programlisting> elements to 4 spaces.wmeier1-260/+260
As the book says: "Often a program listing will include tab characters to indent lines of code. When such a listing is imported to DocBook XML and formatted, the tab characters are not expanded as they are in the program editor. That's because in XSL-FO and HTML, tab stops and tab expansion are not described in either HTML or XSL-FO standards. By default, an XSL-FO processor treats a tab character as a single space, which leads to unsatisfactory results." http://www.sagehill.net/docbookxsl/TabExpansion.html git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35215 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-17The Styleguide section has been moved to the Wireshark Developer's Guide.wmeier1-647/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35214 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-17Integrate README.developer into the WSDG: Step 1: Styleguide;wmeier2-84/+1082
Also: add list of README.developer contributors to the WSDG preface. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35213 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-17Refactor EDCH-T2 function to also support the very similar EDCH-Common format.martinm1-36/+89
N.B. EDCH-Common support itself not yet tested. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35212 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-17Use printf modifier %u for guint32 values.stig1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35211 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-17Switched to bitwise & instead of logical && in bit operations.stig1-2/+2
This bug was found by clang. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35210 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-17Switched to bitwise | instead of logical || in bit operations.stig1-1/+1
This bug was found by clang. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35209 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16From Jouni Malinen:etxrab3-2/+623
Add support for dissecting TDLS (IEEE 802.11z) frames. These are mostly used as Action frames that are encapsulated in Data frames (to go through any AP). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5493 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35208 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16Only call GetSystemMetrics(SM_REMOTESESSION) if running on MS Windows. sfisher1-0/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35207 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16Simplify our Remote Desktop session detection.gerald1-15/+8
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35206 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16Add comment that this file is apparently not referenced when building docs;wmeier1-2/+5
"AFAIK this file is *not* referenced on either Windows or *nix during the process of generating Wireshark documentation. (The catalogs referenced seem to be those in the "usual places": /etc/xml/...)" git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35205 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16From Jouni Malinen:etxrab1-0/+59
Add dissecting for SA Query Action frames (IEEE 802.11w) The patch hunks that were missed in r33436. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35204 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16Update filter for Windows-only symbols.rbalint1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35203 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16Export only defined symbols from libwsutil.rbalint3-14/+66
Exported symbols are the symbols listed in libwsutil.def, but the symbols defined in not used optional objects are filtered out. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35202 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16There is no exceptions.h file here, remove it from DISSECTOR_INCLUDES.morriss1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35201 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-16From Pascal Quantin:etxrab2-128/+128
When I coded the decoding of the feature group indicator, I decided to do not display the feature group content when it is not supported. After further thinking I find it more useful to always display the features of a given indicator whether it is supported or not. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35200 f5534014-38df-0310-8fa8-9805f1628bb7