aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-05-22Make -Wunused-const-variable a C only warningJoão Valverde2-2/+3
2016-05-22Revert "tango_color(.h): avoid ‘tango_butter_3’ defined but not used [-We...João Valverde1-7/+0
2016-05-22Reapply "ws80211: Disable shorten-64-to-32."João Valverde1-0/+3
2016-05-22Add clang-specific DIAG_OFF pragmaJoão Valverde1-0/+9
2016-05-22Revert "ws80211: Disable shorten-64-to-32."João Valverde2-14/+1
2016-05-22configure.ac: Capitalize PACKAGE_NAME as "Wireshark"João Valverde1-1/+1
2016-05-21[skinny] Fix StartMediaTransmissionMessage and OpenReceiveChannelMessage prot...Diederik de Groot2-50/+55
2016-05-21wtap_opttypes: fix no previous prototype for function 'wtap_opttype_write_dat...Alexis La Goutte1-1/+1
2016-05-21Add mentioning of support of Server 2012 R2 in the users guideJaap Keuter1-1/+1
2016-05-21Bluetooth: BTLE: Add 4.2 LE CONTROLLER COMMANDSJakub Pawlowski1-0/+16
2016-05-21Add ability to add custom block types.Michael Mann2-13/+50
2016-05-20configure.ac: Fix yacc/lex test for out-of-tree buildJoão Valverde1-32/+11
2016-05-20Cisco WIDS wlan frames as sent by standalone APs do not include the QoS controlJoerg Mayer3-13/+61
2016-05-20Add CiscoSystems, vendor id 9 AVPsAndersBroman4-0/+72
2016-05-20QUIC: Enhance Connection Close error checkAlexis La Goutte1-3/+2
2016-05-20Bluetooth: GATT: Add support for PLXS/PLXPMichal Labedzki2-1/+591
2016-05-20Qt/Bluetooth: Allow to use Enter button for jump to framesMichal Labedzki6-0/+24
2016-05-20Qt: Add a bottom border to the packet map.Gerald Combs1-0/+1
2016-05-20PCEP: fix L bit mask for PATH-KEY sub-objectFrancesco Fondelli1-2/+2
2016-05-19configure.ac: Don't require flex unless we need itJoão Valverde1-6/+8
2016-05-19docs: Update Show Packet Bytes docsStig Bjørlykke1-3/+5
2016-05-19Qt: Add Decode as Quoted-Printable in Show Packet BytesStig Bjørlykke2-0/+33
2016-05-19ZigBee: implemented Green Power ZCL cluster dissector.dsrsupport6-3/+1016
2016-05-19Babel: New Message String Values0xbismarck1-0/+12
2016-05-19Add missing #include <algorithm> for std::sort()Michal Labedzki1-0/+2
2016-05-19autotools: Add automake silent rule for ln -sJoão Valverde3-2/+6
2016-05-18GRE: add support for ARPPascal Quantin2-0/+2
2016-05-18DNS: Update edns-tcp-keepalive EDNS0 Option to final rfc (RFC7828)Alexis La Goutte1-1/+1
2016-05-18QUIC: Enhance RREJ tag dissectionAlexis La Goutte1-5/+101
2016-05-18QUIC: Update some field name on ACK FrameAlexis La Goutte1-12/+12
2016-05-18DNS: Fix typo on Padding EDNS0 descriptionAlexis La Goutte1-2/+2
2016-05-18BGP : Add Virtual-Network Identifier Extended CommunityAlexis La Goutte1-0/+2
2016-05-18[E212] Add an MNC used in test networks to get correct MNC length.AndersBroman1-0/+1
2016-05-18Use some FT_BYTE "BASE"s in isis dissectors.Michael Mann3-10/+5
2016-05-18USB: check length before calling setup response subdissectorSean O. Stalley1-6/+9
2016-05-18androiddump: Add model name to user-friendly interface nameMichal Labedzki1-21/+40
2016-05-18Replace some tvb_get_ptr calls.Michael Mann2-9/+9
2016-05-17Qt: Add accessible names to main welcome widgets.Gerald Combs3-1/+17
2016-05-17Qt: make RTP stream analysis columns sortablePascal Quantin3-0/+9
2016-05-17lbm (CID 1201450): result of shift operation is always 0Martin Kaiser1-1/+1
2016-05-17lbmpdm (CID 1201451): result of shift operation is always 0Martin Kaiser1-1/+1
2016-05-17lbmc (CID 1201452): result of shift operation is always 0Martin Kaiser1-1/+1
2016-05-17Correctly write out the isb_startime and isb_endtime options.Guy Harris1-2/+17
2016-05-17manolito: try to detect the packet type ...Martin Kaiser1-28/+28
2016-05-17manolito: use a value string for longnameMartin Kaiser1-29/+34
2016-05-17manolito: use tvb_get_string_enc() for the field nameMartin Kaiser1-7/+2
2016-05-17manolito: refactor the message parsingMartin Kaiser1-98/+97
2016-05-17manolito: remove some pointless commentsMartin Kaiser1-13/+1
2016-05-17manolito: skip integer elements that have an invalid lengthMartin Kaiser1-3/+12
2016-05-17manolito: don't use a temporary data pointerMartin Kaiser1-25/+17