aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-09-17Fix the trivial fix.Joerg Mayer1-2/+2
2017-09-17ieee802.11: Add Element ID Extension dissector frameworkMasashi Honma1-5/+125
2017-09-17ieee802.11: Add FILS authentication algorithm numberMasashi Honma1-0/+3
2017-09-16Inquire what frame_size < msdu_length means.Guy Harris1-1/+6
2017-09-16_U_ is wrong in c++, as is Q_UNUSED (in most cases).Joerg Mayer1-6/+6
2017-09-16_U_ is wrong in c++, as is Q_UNUSED (in most cases).Joerg Mayer1-2/+1
2017-09-16make-version.pl: Update Wireshark version in User/Developer GuidesJoão Valverde3-2/+29
2017-09-16GTPv2: improve APN restriction IEJoakim Karlsson1-4/+24
2017-09-16cmake: Add -Wcomma as a warning flag.Stig Bjørlykke1-0/+1
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann8-29/+185
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann17-108/+52
2017-09-16Refactor Decode As dialog to use a model/delegateMichael Mann9-635/+1306
2017-09-15gtp: add readable numbersJoakim Karlsson1-8/+8
2017-09-15gtp: correct order of eARPJoakim Karlsson1-14/+14
2017-09-15gtp: update of MS Not Reachable ReasonJoakim Karlsson1-2/+5
2017-09-15wireless-timeline: handle generators that report incorrect MCS for some framesSimon Barber2-8/+43
2017-09-15btle: Add Bluetooth 5.0 LL Control PDUsStig Bjørlykke1-31/+269
2017-09-15wslua: Disable -Wunreachable-code in lua_bitop.cStig Bjørlykke1-0/+3
2017-09-15UMTS RRC: Call E.212 DissectorDarien Spencer3-37/+250
2017-09-15wslua: Avoid possible misuse of comma operator warningStig Bjørlykke3-12/+24
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke9-24/+42
2017-09-15Qt: Use Q_UNUSED macro for unused argumentsStig Bjørlykke1-1/+2
2017-09-15TLS13: add ticket_early_data_info extension (draft -18)Peter Wu2-0/+3
2017-09-15Qt: initialize srt_data_ in constructor (CID 1417727)Pascal Quantin1-0/+3
2017-09-15epan: Avoid possible misuse of comma operator warningStig Bjørlykke2-3/+6
2017-09-15epan: Fix misuse of comma operatorStig Bjørlykke4-7/+7
2017-09-15Fix compilation errors when configured --without-plugins and without lua.Jakub Zawadzki1-1/+6
2017-09-15Qt: Don't show text as invalid in disabled widgetsStig Bjørlykke1-1/+1
2017-09-15autotools: Initial work to install headers for the benefit of pluginsJoão Valverde8-56/+82
2017-09-14couchbase: detect XERROR responses and dissect them as JSONSergey Avseyev1-1/+10
2017-09-14MBIM: stop pre sizing wmem arraysPascal Quantin1-12/+12
2017-09-14ZigBee: implemented a dissector for ZBOSS key dumpdsrsupport5-25/+61
2017-09-14Move a test.Guy Harris1-22/+25
2017-09-14Replace a magic constant with an expression that represents what it is.Guy Harris1-1/+1
2017-09-14Fix comments.Guy Harris1-8/+14
2017-09-14Remove the 4 octets of junk even if that leaves no octets.Guy Harris1-3/+3
2017-09-14Allow distinction between bitmasked 32bit and 64bit unsigned integers in prot...Michael Mann2-1/+2
2017-09-14Fix builds without pcap.Guy Harris2-1/+3
2017-09-13UMTS RLC: Mark ciphered framesDarien Spencer6-267/+529
2017-09-13PFCP: reapply gc2057c08f8 that was removed by g84272725b4Pascal Quantin1-1/+2
2017-09-13[PFCP] Dissect more IEsAndersBroman1-4/+105
2017-09-12[Bluetooth] Update value string.AndersBroman1-0/+4
2017-09-12A number of 0 for actual_octets may just be an end of record instead of an er...Joerg Mayer1-33/+42
2017-09-12windows-common: fix compilation with GCC 7.1.1Pascal Quantin1-3/+3
2017-09-12Fix: Segfault when "Update list of packets in real time" is uncheckedMichael Mann1-1/+4
2017-09-12PFCP: try to fix compilation with GCC 7.1.1Pascal Quantin1-1/+2
2017-09-12[PFCP] Add more IE dissection.AndersBroman1-21/+357
2017-09-12Qt: fix a segmentation fault when opening a capture using the menu entryPascal Quantin1-1/+2
2017-09-12infinibnand: remove multi space before tvb (on proto_tree_add_item)Alexis La Goutte1-418/+418
2017-09-12iso14443: reassemble APDUs from I-blocksMartin Kaiser1-1/+100