aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2013-02-25From Michal Labedzki via ↵Evan Huus3-0/+594
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8396 Add Bluetooth HCRP dissector. From me: rename a preference to be a bit clearer. svn path=/trunk/; revision=47878
2013-02-25Bugfix Lua pinfo.cols.protocol not holding value in postdissectorMichael Mann3-1/+22
From Hadriel Kaplan, bug 6020 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6020) svn path=/trunk/; revision=47877
2013-02-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8397 :Pascal Quantin1-0/+3
Prevent an out of bounds access when trying to call RRC sub dissectors and fallback to DATA dissector svn path=/trunk/; revision=47876
2013-02-25Fix Lua 5.2 panic problems.Michael Mann3-38/+47
From Hadriel Kaplan, bug 7400 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7400) svn path=/trunk/; revision=47874
2013-02-25Fix some typos.Chris Maynard1-30/+30
svn path=/trunk/; revision=47873
2013-02-25Fix for bug 7939:Jaap Keuter1-0/+2
Register application/json-rpc and application/jsonrequest media types for JSON. svn path=/trunk/; revision=47872
2013-02-25The IEEE may not care what's in an SSID but Pango is much more picky.Gerald Combs1-7/+23
If the SSID isn't valid UTF-8 truncate it and indicate that we did so. (As bug 5738 points out this is part of a more general problem but in the meantime this keeps us from crashing.) Don't try to decrypt too-long SSIDs. I feel compelled to change my SSID at home to a series of carriage returns, linefeeds, and SNOWMAN (U+2603). svn path=/trunk/; revision=47871
2013-02-24Fix display typePascal Quantin1-1/+1
svn path=/trunk/; revision=47870
2013-02-24Various enhancements to ROHC dissector:Pascal Quantin5-104/+585
- fix dissection of type 0 packets with large CID - add dissection of type 1 and 2 packets (extension 3 dissection to be done) - add dissection of UDP checksum svn path=/trunk/; revision=47869
2013-02-24compute_offset_length(), check_offset_length_no_exception(), andGuy Harris1-37/+35
check_offset_length() are always passed the captured length and reported length of a tvbuff; just pass a pointer to the tvbuff, instead. Eliminate some extra blank lines. svn path=/trunk/; revision=47868
2013-02-24tvb_set_subset_no_exceptions() is called immediately after all calls toGuy Harris1-16/+10
tvb_new_with_subset(), and is not called anywhere other than immediately after calls to tvb_new_with_subset(); absorb it into tvb_new_with_subset(). svn path=/trunk/; revision=47867
2013-02-24Move some routines around, in preparation for some other codeGuy Harris1-78/+78
reorganization. svn path=/trunk/; revision=47866
2013-02-24Generate abi-descriptor.xml-s in CMake buildsBalint Reczey1-0/+7
svn path=/trunk/; revision=47865
2013-02-24Add application/x-tia-p25-issi and application/x-tia-p25-sndcpAnders Broman1-1/+2
fixes https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6248 svn path=/trunk/; revision=47864
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
svn path=/trunk/; revision=47862
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=47861
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=47860
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
svn path=/trunk/; revision=47859
2013-02-24From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8368Alexis La Goutte1-68/+68
Minor corrections to the VHT IE decode * Correct the Rx, Tx and Basic MCS map decodes. The number of Spatial streams should run from 1-8 (not 0-7). * Change Several misstyped Mhz into MHz From me: Remove comma for big number (use space) Add Octets unit in some hf description svn path=/trunk/; revision=47858
2013-02-24Fix AP / Sta CF Pollable value_string (the value is shifted !)Alexis La Goutte1-15/+16
svn path=/trunk/; revision=47857
2013-02-24Remove some "duplicate" TFS in 802.11 field capability Add in use / not in ↵Alexis La Goutte3-57/+14
use in common TFS svn path=/trunk/; revision=47856
2013-02-24[Automatic manuf, services and enterprise-numbers update for 2013-02-24]Gerald Combs1-6/+178
svn path=/trunk/; revision=47852
2013-02-24Use AF_ defines from <epan/aftypes.h>Jakub Zawadzki2-11/+10
svn path=/trunk/; revision=47850
2013-02-23Set library versions in CMake buildsBalint Reczey1-0/+1
svn path=/trunk/; revision=47848
2013-02-23Add dissection of uncompressed IP-IDPascal Quantin1-34/+32
svn path=/trunk/; revision=47844
2013-02-23Remove blocks from the free list when gc'ing them in wmem's block allocator.Evan Huus1-2/+3
Thanks to Jakub Zawadzki for catching this one. svn path=/trunk/; revision=47843
2013-02-23add instruction byte for "get challenge"Martin Kaiser1-0/+2
svn path=/trunk/; revision=47841
2013-02-23Enhance dissection of uncompressed profile and type 0 packets.Pascal Quantin1-31/+68
Always restore saved private data when returning from dissector. svn path=/trunk/; revision=47840
2013-02-23Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8382Evan Huus1-1/+1
Don't pass a length longer than the strlen of the string into format_text(). This can happen if the length we ask for from the tvb overflows, for example. svn path=/trunk/; revision=47839
2013-02-23From 802.11k-2008 : Amendment 1: Radio Resource Measurement of Wireless LANs ↵Alexis La Goutte1-0/+8
Add Radio Measurement flag from Capability Information Field svn path=/trunk/; revision=47838
2013-02-23Update x11-dissectors with last mesa trunk ( snb-magic-14719-g2fa9e4c ) and ↵Alexis La Goutte6-819/+1256
xcbproto trunk ( 1.8-2-gc0d65da ) svn path=/trunk/; revision=47837
2013-02-23Replace by proto_tree_add_item and use FT_NONE type for fixed parametersAlexis La Goutte1-5/+3
svn path=/trunk/; revision=47835
2013-02-23Convert proto_tree_add_text to proto_tree_add_item and expert_info.Michael Mann1-187/+103
svn path=/trunk/; revision=47832
2013-02-23Trivial: Fix some typos.Chris Maynard1-12/+12
svn path=/trunk/; revision=47831
2013-02-23Fix Coverity CID 986498: Unused pointer value.Chris Maynard1-1/+1
svn path=/trunk/; revision=47830
2013-02-23Invert the if statement into the common form:Evan Huus1-15/+17
if (error) return error; do normal things; svn path=/trunk/; revision=47829
2013-02-23Add a return statement accidentally removed in r47783 and tweak theEvan Huus1-4/+9
brace placement so it's more obvious why the return is needed. svn path=/trunk/; revision=47828
2013-02-22No need for static dissector_handle_t.Jakub Zawadzki3-5/+4
svn path=/trunk/; revision=47827
2013-02-22When dissecting a feedback, if no context info is present use private data ↵Pascal Quantin1-4/+18
if available svn path=/trunk/; revision=47826
2013-02-22Enhance dissection of A-MSDU Frame (Make length filterable...)Alexis La Goutte1-11/+15
svn path=/trunk/; revision=47824
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-23/+1
svn path=/trunk/; revision=47823
2013-02-22Add 802.11 BSS Available Admission Capacity (67)Alexis La Goutte1-0/+247
svn path=/trunk/; revision=47822
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
svn path=/trunk/; revision=47821
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
svn path=/trunk/; revision=47820
2013-02-22Enhance 802.11 dissector when IE Tag is unknown (Add also a Expert info)Alexis La Goutte1-6/+16
svn path=/trunk/; revision=47819
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-31/+12
svn path=/trunk/; revision=47818
2013-02-22From 802.11-2012.pdf Update Information Element (IE Tag) ListAlexis La Goutte2-5/+100
svn path=/trunk/; revision=47817
2013-02-22Fix an *extraordinarily* embarassing copy-paste error. Much thanks to BillEvan Huus1-2/+2
Meier for finding it before it made it into a stable release! svn path=/trunk/; revision=47816
2013-02-22Validate that the pointer passed to wmem_free is valid when using theEvan Huus1-1/+3
simple allocator. Thanks to Bill Meier for suggesting this. svn path=/trunk/; revision=47815
2013-02-22From Edwin Groothuis via ↵Chris Maynard1-1/+1
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8375 : Move packet-pres.c from DISSECTOR_SRC to ASN1_DISSECTOR_SRC. svn path=/trunk/; revision=47814