aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2019-01-21add variable ie infothomas/dectthomasDOTwtf1-5/+159
2019-01-16add additional DECT typesthomasDOTwtf1-0/+109
2019-01-15added additional 7.4.5 MM valuesthomasDOTwtf1-3/+28
2019-01-05WIP: Initial dissector for DECT NWK layerHarald Welte2-0/+336
2019-01-05dect-dlc: Don't call NWK dissector if there's no payloadHarald Welte1-4/+6
2019-01-04WIP: Initial dissector for DECT DLC protocol layerHarald Welte3-2/+306
2019-01-04WIP: Dissector for Aastra/Mitel DECT over RAW EthernetHarald Welte2-0/+242
2019-01-04CRC6: Fixed CRC lookup table and functionsRoss2-5/+7
2019-01-04epan: remove return from functions returning void.Dario Lombardo2-3/+0
2019-01-04Remove a no-longer-needed DIAG_OFF/DIAG_ON pair.Guy Harris1-2/+0
2019-01-03epan: remove redundant casts.Dario Lombardo9-17/+17
2019-01-03epan: use json_dumper for json outputs.Dario Lombardo2-347/+201
2019-01-03GeoNetworking cleanup and minor correctionsChristophe GUERBER2-48/+28
2019-01-03ieee80211: print the RU Allocation in decimalEmmanuel Grumbach1-2/+2
2019-01-03knsxip: fix headerAlexis La Goutte2-4/+4
2019-01-03geonw: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+3
2019-01-03knxip: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-11/+11
2019-01-03Add dissector for Great Britain Companion Specification (GBCS)Kenneth Soerensen2-0/+1772
2019-01-03Couchbase: Fixup a shadow variable.Gerald Combs1-4/+4
2019-01-026lowpan: don't try to use (new) TVB that wasn't created.Jeff Morriss1-1/+2
2019-01-02IEEE1609.2: Allow Service Specific Permissions dissectionChristophe GUERBER6-40/+604
2019-01-02nas5gs: Add dissection of QoS flow descriptions.Anders Broman1-404/+503
2019-01-02Updates and bugfixes of ASTERIX I062Atli Guðmundsson1-168/+323
2019-01-02Make dissect_icmp_extension_structure into a dissector function.Michael Mann3-22/+13
2019-01-02dpaux: Minor improvementsMichael Mann3-66/+41
2019-01-01lorawan: fix this condition has identical branches [-Wduplicated-branches]Alexis La Goutte1-2/+0
2019-01-01Limit the maximum *file* name length for exported objects.Guy Harris1-0/+4
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