aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Fixes GeoNetworking secured packets dissectionChristophe GUERBER3-59/+73
2019-01-01Use dissector table to dissect content of ieee1609Christophe GUERBER6-21/+113
2019-01-01Z39.50: Eliminate unnecessary header.Craig Jackson2-25/+0
2019-01-01krb5: fix parsing of PA-S4U-X509-USER in AS-REQIsaac Boukris3-55/+83
2019-01-01Add a "failed" return for tap packet routines.Guy Harris78-396/+449
2018-12-31Export ITS-AppId/psId names from IEEE1609Christophe GUERBER10-96/+414
2018-12-31CESoETH: Add dissection of MEF 8 CES over EthernetJaap Keuter4-0/+519
2018-12-31Accept v1 of GeoNetworking and improve item treeChristophe GUERBER1-16/+77
2018-12-31SMPP: General improvementsMichael Mann1-913/+841
2018-12-31KNET: Validate the length field before claiming packetMichael Mann1-0/+8
2018-12-31GSM over IP: Require a valid message type for dissection.Michael Mann1-10/+24
2018-12-30srt: fix not a Doxygen trailing comment [-Wdocumentation]Alexis La Goutte1-10/+10
2018-12-30Revert "Add routines to load Lua programs that assume the path is UTF-8 on Wi...Peter Wu2-171/+2
2018-12-29Add support for RSA decryption using PKCS #11 tokensPeter Wu2-0/+224
2018-12-29Lua: fix crash in reloading Lua plugins that use FileHandlerPeter Wu1-18/+43
2018-12-29docsis: enhancements and additions for DOCSIS TLVs 5.20 and 5.40Andrii Vladyka1-4/+7
2018-12-29Fix typo: aplications to applicationsJim Young2-2/+2
2018-12-29Small cleanups.Guy Harris1-3/+4
2018-12-28Fixed ASTERIX 6bit callsign decodingAtli Guðmundsson1-10/+11
2018-12-28Correct PsId dissection in WSMPChristophe GUERBER1-19/+27
2018-12-28DNS: Use seconds as resolution for stat response time.Michael Mann1-3/+3
2018-12-28Allow floating point values for stats_treeMichael Mann19-183/+380
2018-12-28GTPv2: fix dissection of APN IEPascal Quantin1-35/+29
2018-12-28NAS EPS: upgrade dissector to v15.5.0Pascal Quantin1-4/+18
2018-12-283GPP NAS: upgrade dissector to v15.5.0Pascal Quantin3-5/+57
2018-12-28Z39.50: Implementation of Z39.50 Information Retrieval protocolCraig Jackson10-0/+17549
2018-12-27DNS: Use microsecond resolution for request/response statistics.Michael Mann1-2/+3
2018-12-27ISAKMP: Fix a crash when no decryption data block is thereJaap Keuter1-13/+14
2018-12-27packet-http: Fix whitespace issuesGraham Bloice1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris184-668/+680
2018-12-26Don't allocate per-frame data if we don't have an F5 trailer.Guy Harris1-26/+19
2018-12-26gcsna: fix no previous prototype for function 'proto_[register|reg_handoff]_g...Alexis La Goutte1-0/+3
2018-12-26print: use frame date instead of current for json index.Dario Lombardo1-6/+4
2018-12-26Declare register and register-handoff functions.Alexis La Goutte1-0/+3
2018-12-26Make dissect_oer_not_decoded_yet() static.Alexis La Goutte1-1/+2
2018-12-26No need to export a dissector for UUS1-Content_PDUs.Alexis La Goutte3-10/+9
2018-12-26Make dissect_srt_control_packet() static.Alexis La Goutte1-1/+1
2018-12-26Make routines used outside this file static.Alexis La Goutte1-1/+2
2018-12-26Fix Doxygen comment to match function parameter names.Alexis La Goutte1-1/+1
2018-12-26imap: remove unused value (CID: 1441962).Dario Lombardo1-1/+0
2018-12-26maxmind_db: force buffer contain an empty string (CID: 1441961).Dario Lombardo1-0/+2
2018-12-25ieee1609dot2: fix no previous prototype for function 'proto_register_ieee1609...Alexis La Goutte2-4/+4
2018-12-25cdma2k : fix no previous prototype for function 'proto_[register|reg_handoff]...Alexis La Goutte1-0/+2
2018-12-25prefs: Document the possible hidden interface typesJim Young1-1/+12
2018-12-24packet-http: Fix indentation issuesGraham Bloice1-60/+60
2018-12-24http: Add request URI to responseGraham Bloice1-0/+18
2018-12-23geonw: use glib uint64 modifier.Dario Lombardo1-2/+4
2018-12-23Update definitions from ETSI TS 102 965 v3Christophe GUERBER2-15/+33
2018-12-23quic: comment out unused function.Dario Lombardo1-0/+3
2018-12-23Secured messages dissector for GeoNetworkingChristophe GUERBER3-7/+1506