summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-10-30Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris1-12/+40
2014-10-30Handle the MCS index in Peek tagged files.Guy Harris1-0/+10
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-35/+95
2014-10-29Replace isalpha() with g_ascii_isprint().AndersBroman1-9/+8
2014-10-29Don't include ctype.h and replace isascii() with _ascii_isprint().AndersBroman1-9/+8
2014-10-29VXLAN: Fix flag bitmasksAlex Tessmer1-3/+3
2014-10-28Use guint8 for 8-bit unsigned numeric values.Guy Harris2-3/+6
2014-10-28Use g_ascii_isalnum() rather than isalnum().Guy Harris1-2/+1
2014-10-28Pref: Remove unsued functionAlexis La Goutte1-0/+2
2014-10-28Patch for KNXnet/IP dissectoralage1-90/+176
2014-10-28Refactor pinfo->circuit_id from H.223 dissector.Michael Mann5-52/+124
2014-10-28DNS NXT RR is parsed incorrectlyAlexis La Goutte1-1/+28
2014-10-28ISIS: Display code/type and length for unknown code/typeAlexis La Goutte1-9/+4
2014-10-28HPSW: Fix display of wrong lengthAlexis La Goutte1-1/+1
2014-10-28Bug 9586 says bit 0x00000100 in the "802.11n flags" means "802.11ac".Guy Harris1-48/+54
2014-10-28MAUSB: fix warning: no previous prototype for 'proto_register_wfa_oui' [-Wmis...Alexis La Goutte1-0/+1
2014-10-28The "data rate" field in the 11n version of the header is an MCS index.Guy Harris1-6/+15
2014-10-28HPSW: Fix soft-deprecated APIs warningAlexis La Goutte1-1/+1
2014-10-28Knxnetip: fix warning: ISO C does not allow extra ';' outside of a functionAlexis La Goutte1-13/+13
2014-10-28Infiniband: fix warning: C++ style comments are not allowed in ISO C90Alexis La Goutte1-1/+1
2014-10-28Couchbase: fix no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-0/+3
2014-10-28AllJoyn: fix warning: no previous prototype for 'add_padding_item' [-Wmissing...Alexis La Goutte1-1/+1
2014-10-28TN5250: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-10-28ADB_cs: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-10-27Add enumerated value 639 to vals_parm_PID.Michael Mann1-0/+1
2014-10-27Qt: ByteViewText hover information.Gerald Combs1-1/+1
2014-10-26SSL 3.0 and TLS ciphersuite values are two bytes longMartin Kaiser1-1/+1
2014-10-26add TLS_FALLBACK_SCSVMartin Kaiser1-1/+2
2014-10-26[Automatic manuf, services and enterprise-numbers update for 2014-10-26]Gerald Combs2-3/+143
2014-10-26Various Mobile IPv6 bugfixesMichael Mann1-28/+42
2014-10-26Use Wifi Alliance OUI for MA USB packets over SNAPSean O. Stalley2-7/+7
2014-10-26Added support for AllJoyn Reliable Datagram Protocol.Joseph Huffman1-40/+488
2014-10-25ncp2222: initialize buffer in build_expert_dataEvan Huus1-0/+1
2014-10-23ESP: honor enable_null_encryption_decode_heuristic preference when the ESP pa...Pascal Quantin1-594/+585
2014-10-23Add a "placeholder protocol" for H.223 to avoid confusion when using Decode As.Michael Mann1-1/+5
2014-10-22Lua: Added support for FT_EUI64.Stig Bjørlykke1-1/+12
2014-10-22Couchbase: fix some warnings found by the pre-commit hookPascal Quantin1-5/+1
2014-10-22Couchbase: fix FSF address and reorder opcode_vals arrayPascal Quantin1-14/+14
2014-10-22S1AP: Add an S1AP context to be able to determine which message andAndersBroman2-12/+34
2014-10-22Add Couchbase dissector (binary protocol)Sergey Avseyev3-0/+1134
2014-10-22Add packet-adb_service.h to epan/dissectors/Makefile.commonPascal Quantin1-0/+1
2014-10-22Bluetooth: A2DP: APT-X does not use RTP while there is no content protectionMichal Labedzki1-4/+6
2014-10-22Android: Add ADB dissectorMichal Labedzki6-622/+1884
2014-10-22Refactor pinfo->circuit_id behavior for ISUP dissectorMichael Mann2-12/+12
2014-10-22libnghttp2: Update to 0.6.4Alexis La Goutte8-355/+815
2014-10-21Fix the condition for an expert infoMichael Tüxen1-3/+3
2014-10-21fix wrong offset for ID Capability Flags 1Martin Kaiser1-1/+1
2014-10-21tn5220: prevent another potential endless loopMartin Kaiser1-1/+6
2014-10-21no need for if(tree)Martin Kaiser1-8/+4
2014-10-21no need for continue at the end of a while loop, we loop anywayMartin Kaiser1-1/+0