aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-09-19btle: Use bd_addr as link-layer address in data PDUStig Bjørlykke1-2/+6
2017-09-19Disable flex-generated [-Wsign-compare] warningsJoão Valverde6-2/+23
2017-09-19Sequence analysis (flow graph) optimizations for dissectorsMichael Mann4-82/+91
2017-09-19prefs: Fix leak when parsing empty pref stringMikael Kanstrup1-2/+5
2017-09-19WebSocket: add permessage-deflate extension supportPascal Quantin3-31/+292
2017-09-19TDS: Fix some URLs and add a note about our heuristic check.Gerald Combs1-2/+7
2017-09-18Move most of sequence analysis code from ui/ to epan/Jakub Zawadzki6-54/+702
2017-09-18[PFCP] Dissect more IEs.AndersBroman1-43/+685
2017-09-18[PFCP] Add more IE dissection.AndersBroman1-31/+1168
2017-09-18TLS13: restore draft -18 support for HRRPeter Wu2-10/+23
2017-09-18TLS13: restore draft -18 support for CertificateRequestPeter Wu1-10/+24
2017-09-18Update ldp TLVs from iana webpage (scripted).Joerg Mayer1-276/+450
2017-09-17ZigBee: fix buffer overrun in zbee_sec_add_key_to_keyringPeter Wu1-1/+1
2017-09-17DMP: check 7bit string length before decoding itPascal Quantin1-11/+16
2017-09-17RRC: check wmem_strbuf_t pointer before using itPascal Quantin2-47/+53
2017-09-17[Automatic update for 2017-09-17]Gerald Combs1-0/+3
2017-09-17CMake: Initial work to install headers for the benefit of pluginsJoão Valverde5-0/+545
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-16GTPv2: improve APN restriction IEJoakim Karlsson1-4/+24
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann4-4/+108
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann17-108/+52
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 Barber1-6/+32
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ørlykke8-23/+41
2017-09-15TLS13: add ticket_early_data_info extension (draft -18)Peter Wu2-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-15autotools: Initial work to install headers for the benefit of pluginsJoão Valverde5-24/+49
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-14Allow distinction between bitmasked 32bit and 64bit unsigned integers in prot...Michael Mann2-1/+2
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-12windows-common: fix compilation with GCC 7.1.1Pascal Quantin1-3/+3
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-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
2017-09-12gtp: cleaner printout of IE Selection ModeJoakim Karlsson1-1/+10
2017-09-12windows-common: don't THROW() an exception from a dissectorMartin Kaiser1-20/+22