aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-02-24Use AF_ defines from <epan/aftypes.h>Jakub Zawadzki2-11/+10
2013-02-23Set library versions in CMake buildsBalint Reczey1-0/+1
2013-02-23Add dissection of uncompressed IP-IDPascal Quantin1-34/+32
2013-02-23Remove blocks from the free list when gc'ing them in wmem's block allocator.Evan Huus1-2/+3
2013-02-23add instruction byte for "get challenge"Martin Kaiser1-0/+2
2013-02-23Enhance dissection of uncompressed profile and type 0 packets.Pascal Quantin1-31/+68
2013-02-23Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8382Evan Huus1-1/+1
2013-02-23From 802.11k-2008 : Amendment 1: Radio Resource Measurement of Wireless LANs ...Alexis La Goutte1-0/+8
2013-02-23Update x11-dissectors with last mesa trunk ( snb-magic-14719-g2fa9e4c ) and x...Alexis La Goutte6-819/+1256
2013-02-23Replace by proto_tree_add_item and use FT_NONE type for fixed parametersAlexis La Goutte1-5/+3
2013-02-23Convert proto_tree_add_text to proto_tree_add_item and expert_info.Michael Mann1-187/+103
2013-02-23Trivial: Fix some typos.Chris Maynard1-12/+12
2013-02-23Fix Coverity CID 986498: Unused pointer value.Chris Maynard1-1/+1
2013-02-23Invert the if statement into the common form:Evan Huus1-15/+17
2013-02-23Add a return statement accidentally removed in r47783 and tweak theEvan Huus1-4/+9
2013-02-22No need for static dissector_handle_t.Jakub Zawadzki3-5/+4
2013-02-22When dissecting a feedback, if no context info is present use private data if...Pascal Quantin1-4/+18
2013-02-22Enhance dissection of A-MSDU Frame (Make length filterable...)Alexis La Goutte1-11/+15
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-23/+1
2013-02-22Add 802.11 BSS Available Admission Capacity (67)Alexis La Goutte1-0/+247
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+8
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2013-02-22Enhance 802.11 dissector when IE Tag is unknown (Add also a Expert info)Alexis La Goutte1-6/+16
2013-02-22Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-31/+12
2013-02-22From 802.11-2012.pdf Update Information Element (IE Tag) ListAlexis La Goutte2-5/+100
2013-02-22Fix an *extraordinarily* embarassing copy-paste error. Much thanks to BillEvan Huus1-2/+2
2013-02-22Validate that the pointer passed to wmem_free is valid when using theEvan Huus1-1/+3
2013-02-22From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard1-1/+1
2013-02-22From Edwin Groothuis via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Chris Maynard3-0/+6
2013-02-21Trivial cleanups:Evan Huus2-37/+39
2013-02-21Minor Bluetooth fixesMichael Mann5-70/+184
2013-02-21Fix AVCTP, AVRCP, HCI AVL and L2CP for multiple interfaces/adaptersMichael Mann5-294/+990
2013-02-21Fix some issues potentially similar in nature to the one found inEvan Huus1-34/+34
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki12-68/+68
2013-02-21Dissect Feedback type 1/2 packets for UDP and Uncompressed profilesPascal Quantin1-48/+72
2013-02-21From Chris Maynard via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8364Evan Huus1-1/+1
2013-02-21From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus3-0/+460
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser11-11/+11
2013-02-21Fix indent (Tab => 4 Spaces) Remove whitespace And Modelines infoAlexis La Goutte2-60/+86
2013-02-21Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-7/+1
2013-02-21Replace proto_tree_add_text/uint/boolean by proto_tree_add_item Use bitmask (...Alexis La Goutte1-53/+92
2013-02-21Fix indent (Tab => 4 Spaces) and Add ModelinesAlexis La Goutte1-1644/+1655
2013-02-21Fix ModelinesAlexis La Goutte1-1/+0
2013-02-21From report of Jim Young via https://bugs.wireshark.org/bugzilla/show_bug.cgi...Alexis La Goutte1-10/+4
2013-02-21Fix CheckAPI about trailing spaceAlexis La Goutte1-1/+1
2013-02-21From Paul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8319 CAPWAP...Alexis La Goutte1-6/+13
2013-02-21From Harald Welte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8365 :Pascal Quantin1-4/+157
2013-02-21I'm pretty sure that reassembled IPv6 data does not fit in a uint32.Jaap Keuter1-1/+1
2013-02-21Misc. fixes while looking at bug 8364 (which this patch does NOT address):Chris Maynard1-3/+5
2013-02-20Add modelines, fix indentation to be a consistent 4-spaces throughout.Evan Huus1-228/+239