summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-02-25Add dumpabi targets to CMake buildsBalint Reczey2-2/+50
2013-02-25From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus3-0/+594
2013-02-25Bugfix Lua pinfo.cols.protocol not holding value in postdissectorMichael Mann3-1/+22
2013-02-25Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8397 :Pascal Quantin1-0/+3
2013-02-25Fix Lua 5.2 panic problems.Michael Mann3-38/+47
2013-02-25Fix some typos.Chris Maynard1-30/+30
2013-02-25Fix for bug 7939:Jaap Keuter1-0/+2
2013-02-25The IEEE may not care what's in an SSID but Pango is much more picky.Gerald Combs1-7/+23
2013-02-24Fix display typePascal Quantin1-1/+1
2013-02-24Various enhancements to ROHC dissector:Pascal Quantin5-104/+585
2013-02-24compute_offset_length(), check_offset_length_no_exception(), andGuy Harris1-37/+35
2013-02-24tvb_set_subset_no_exceptions() is called immediately after all calls toGuy Harris1-16/+10
2013-02-24Move some routines around, in preparation for some other codeGuy Harris1-78/+78
2013-02-24Generate abi-descriptor.xml-s in CMake buildsBalint Reczey1-0/+7
2013-02-24Add application/x-tia-p25-issi and application/x-tia-p25-sndcpAnders Broman1-1/+2
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-02-24Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-02-24From Mark Phillips via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8368Alexis La Goutte1-68/+68
2013-02-24Fix AP / Sta CF Pollable value_string (the value is shifted !)Alexis La Goutte1-15/+16
2013-02-24Remove some "duplicate" TFS in 802.11 field capability Add in use / not in us...Alexis La Goutte3-57/+14
2013-02-24[Automatic manuf, services and enterprise-numbers update for 2013-02-24]Gerald Combs1-6/+178
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