aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12Update the table style. Minor text fixes.Gerald Combs2-24/+45
svn path=/trunk/; revision=49907
2013-06-12no need for check_col()Martin Kaiser1-26/+20
svn path=/trunk/; revision=49906
2013-06-12Pretify dissection of date and Time.Anders Broman4-9/+191
svn path=/trunk/; revision=49905
2013-06-12simplify the subdissector callMartin Kaiser1-9/+5
svn path=/trunk/; revision=49904
2013-06-12TABs -> spacesMartin Kaiser1-138/+151
add modelines svn path=/trunk/; revision=49903
2013-06-12no expert infos under if(tree)Martin Kaiser1-46/+37
simplify the code a bit svn path=/trunk/; revision=49902
2013-06-12From Javier GodoyMartin Kaiser1-4/+63
dissect SCSI OSD error identification sense data descriptor from me - TABs -> spaces - fix compiler errors about unused return values - don't use another subtree within the descriptor payload https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8790 svn path=/trunk/; revision=49901
2013-06-12fix compiler warningMartin Kaiser1-1/+1
(gcc version 4.4.5 (Debian 4.4.5-8)) cc1: warnings being treated as errors packet-bthfp.c: In function ‘dissect_at_command’: packet-bthfp.c:875: error: ‘col_str’ may be used uninitialized in this function svn path=/trunk/; revision=49900
2013-06-12Fix wrong offset in H.235 tokens causing malformed packet exceptionTomas Kukosa2-10/+10
svn path=/trunk/; revision=49899
2013-06-12no need for check_col()Martin Kaiser1-6/+4
svn path=/trunk/; revision=49898
2013-06-12TABs -> spacesMartin Kaiser1-957/+968
add modelines svn path=/trunk/; revision=49897
2013-06-12CID 280301: add a NULL check before dereferencing the pointerMartin Kaiser1-1/+1
svn path=/trunk/; revision=49896
2013-06-12From Javier Godoy:Anders Broman1-7/+38
dissect SCSI field pointer sense key specific information https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8789 svn path=/trunk/; revision=49895
2013-06-12Fix a crash when oid_info->value_typem is NULLAnders Broman2-2/+2
svn path=/trunk/; revision=49894
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while ↵Michael Mann17-368/+486
doing the filter conversions. svn path=/trunk/; revision=49893
2013-06-12Convert the compiler table to a variablelist so that we don't end upGerald Combs1-315/+269
cramming a bunch of text into a bunch of narrow columns. Remove the .NET framework 2.0 SDK and Visual Studio 2005. Sort items from newest to oldest. svn path=/trunk/; revision=49892
2013-06-11TABs -> spacesMartin Kaiser1-162/+176
add editor modelines svn path=/trunk/; revision=49891
2013-06-11From Javier GodoyMartin Kaiser1-9/+65
dissect SCSI descriptor format sense data from me - replace TABs with spaces - delete unused variable "flags" - set format string for proto_tree_add_text() - use val_to_str_const() https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8786 svn path=/trunk/; revision=49890
2013-06-11Add PDC and TETRAPascal Quantin1-0/+2
svn path=/trunk/; revision=49889
2013-06-11From Tyson Key via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8788 :Jeff Morriss1-0/+1
ETSI TS 102 221 V8.2.0 (2009-06) (http://www.etsi.org/deliver/etsi_ts/102200_102299/102221/08.02.00_60/ts_102221v080200p.pdf) says that file ID 0x7F31 is reserved for use by iDEN network operators (e.g. Nextel in the USA). The attached patch updates the GSM SIM dissector's table of recognised FIDs accordingly. svn path=/trunk/; revision=49888
2013-06-11Show DisplayString as a string.Anders Broman3-6/+14
svn path=/trunk/; revision=49887
2013-06-11From Michal Labedzki via ↵Evan Huus3-26/+1973
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8740 Improve Bluetooth HFP dissection. svn path=/trunk/; revision=49886
2013-06-11Remove blurbs not adding any value.Anders Broman1-30/+30
svn path=/trunk/; revision=49885
2013-06-11From Hauke Mehrtens:Anders Broman1-5/+23
There were some problems which prevented wireshark from showing the payload. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780 svn path=/trunk/; revision=49884
2013-06-11From Hauke Mehrtens:Anders Broman1-2/+2
In some places String and byte were mixed up which caused problems. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780 svn path=/trunk/; revision=49883
2013-06-11From Hauke Mehrtens:Anders Broman1-200/+174
There were some changes in how to specify the length or give a bigger option delta. This is now implemented how it is specified in CoAP draft 17. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780 svn path=/trunk/; revision=49882
2013-06-11From Hauke Mehrtens:Anders Broman1-3/+14
There is no option length attribute any more there is just the end of options marker. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780 svn path=/trunk/; revision=49881
2013-06-11From Hauke Mehrtens:Anders Broman1-9/+9
The field named Transaction ID is named Message ID in the RFC draft version 17 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780 svn path=/trunk/; revision=49880
2013-06-11From Hauke Mehrtens:Anders Broman1-35/+22
The token is not an option any more, but it is now in the main header. This was done between CoAP draft 12 and 13 and still exists in CoAP draft 17. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8780 svn path=/trunk/; revision=49879
2013-06-11From: Hauke MehrtensAnders Broman1-10/+148
DTLS 1.2 adds a supported_signature_algorithms attribute to the CertificateRequest which was not parsed in DTLS. This code was copied from the ssl code. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8781 svn path=/trunk/; revision=49878
2013-06-11From Javier Godoy:Anders Broman1-16/+200
update SCSI version descriptors defined in SPC-4 revision 36g (scsi_verdesc_val). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8784 svn path=/trunk/; revision=49877
2013-06-11Update to the latest config.guess and config.sub.Jeff Morriss2-61/+85
svn path=/trunk/; revision=49876
2013-06-10Update OS X instructions and add Qt Mac Extras.Gerald Combs1-3/+11
svn path=/trunk/; revision=49874
2013-06-10Check for QtMacExtras, and if we have it use it to switch to a nativeGerald Combs2-2/+19
title + toolbar on OS X. svn path=/trunk/; revision=49873
2013-06-10Removing libui_dirty.a in r48976 broke CMake + Qt Creator builds. FixGerald Combs1-2/+8
it. svn path=/trunk/; revision=49872
2013-06-10tools/lemon/lemon.c: Fix an integer shortening issue. (CMake enablesGerald Combs2-2/+2
-Werror here but Autotools doesn't. Which is correct?) epan/dissectors/dcerpc: idl2wrs isn't an installed executable in Autotools so don't make it one in CMake. svn path=/trunk/; revision=49871
2013-06-10Allign the error messages.Anders Broman1-0/+1
svn path=/trunk/; revision=49870
2013-06-10Batch of filterable expert infos.Michael Mann10-122/+258
svn path=/trunk/; revision=49868
2013-06-09The API is almost there I guess...Luis Ontanon2-135/+81
svn path=/trunk/; revision=49867
2013-06-09Back out the Makefile changes from r49865. The OSX buildbots don't like ↵Chris Maynard2-2/+0
--utf8. Is the change to wireshark.pod.template sufficient? svn path=/trunk/; revision=49866
2013-06-09Due to utf8 characters in the AUTHORS file, pass --utf8 to pod2man.Chris Maynard3-0/+8
Fixes the 2nd problem reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8774 svn path=/trunk/; revision=49865
2013-06-09From Javier Godoy:Anders Broman1-3/+4
SCSI (SPC) sense key specific information field must not include SKSV. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8782 #Backport 1.10 1.8 svn path=/trunk/; revision=49863
2013-06-09[Automatic manuf, services and enterprise-numbers update for 2013-06-09]Gerald Combs2-11/+48
svn path=/trunk/; revision=49859
2013-06-09Convince the compiler that a DNS name won't be longer than 2^32 characters,Evan Huus1-1/+1
even on 64-bit systems. svn path=/trunk/; revision=49858
2013-06-09Add memdup function to wmem.Evan Huus3-0/+48
svn path=/trunk/; revision=49857
2013-06-09From Dario Lombardo via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8776Evan Huus1-3/+31
Two new DNS tree items: dns.count.labels and dns.qry.name.len. svn path=/trunk/; revision=49856
2013-06-09From Tommy Wu:Anders Broman1-35/+35
Correct VSA name. svn path=/trunk/; revision=49855
2013-06-09libwireshark's add_new_ipv4() and add_new_ipv6() now silently ignoreGuy Harris1-16/+3
requests to add an entry with a zero-length name; we don't have to ignore them ourselves. svn path=/trunk/; revision=49854
2013-06-09Batch of filterable expert infos.Michael Mann11-89/+238
svn path=/trunk/; revision=49853
2013-06-09Don't put zero-length names into our tables of resolved IPv4 and IPv6Guy Harris1-3/+17
addresses; they look weird, and can cause problems with existing versions of Wireshark when written in a Name Resolution Block. Should fix bug 8763. svn path=/trunk/; revision=49852