summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-01-29(D)TLS: fix type of record sequence numberPeter Wu4-23/+12
2017-01-29Use g_list_prepend, it's more efficient.AndersBroman1-1/+1
2017-01-29[Automatic update for 2017-01-29]Gerald Combs2-8/+353
2017-01-29Register reassembly tablesMichael Mann92-1091/+354
2017-01-29ipx: Convert GHashtable to wmem_mapDario Lombardo1-29/+4
2017-01-29ssl: add expert info for unexpected messages in TLS 1.3Peter Wu1-2/+14
2017-01-29Bugfix MPEG descriptor Logon Initialize Descriptor tag.Michael Mann1-53/+65
2017-01-29Fix decoding of T.30 over T.38.Guy Harris2-2/+2
2017-01-29Allow Decode As for T.38-over-TCP and T.38-over-UDP.Guy Harris2-2/+4
2017-01-28tcap: convert GHashTables into wmem.Dario Lombardo2-181/+81
2017-01-28wmem_map_new -> wmem_map_new_autoresetMichael Mann5-19/+10
2017-01-28wmem: Delay creation of map table until its neededMichael Mann1-2/+4
2017-01-28TLS: fix decryption of renegotiated sessionsPeter Wu2-4/+6
2017-01-28qsig: Remove unnecessary hash table functionalityMichael Mann2-95/+43
2017-01-28Add wmem_map_new_autoresetMichael Mann3-4/+122
2017-01-28decode_as: Initialize decode_as_list after freeStig Bjørlykke1-0/+1
2017-01-28Revert "MPLS: relax pw_eth_heuristic and improve 1st nibble logic"Anders Broman2-51/+24
2017-01-28Snort: add a preference to show alert in reassembled frameMartin Mathieson3-33/+117
2017-01-28MPLS: relax pw_eth_heuristic and improve 1st nibble logicFrancesco Fondelli2-24/+51
2017-01-28Updated parsing of ParticipantMessageData submessages.Adam Mitz1-12/+8
2017-01-28rtmpt: Ensure sequence count is incremented for stored fragmentsMichael Mann1-1/+3
2017-01-28(D)TLS: consolidate and simplify decrypted records handlingPeter Wu4-259/+157
2017-01-27GPTv2: add CIoT optim support indication and ePCO IEs dissectionJordan Keister1-5/+70
2017-01-27Delete unsed variable in ccidThomas PORTASSAU1-11/+0
2017-01-27prefs: Preserve UTF-8 characters in preferences.Stig Bjørlykke1-4/+14
2017-01-27ssl-utils: recognize new TLS 1.3 keylog formatPeter Wu2-3/+42
2017-01-26CCID added dwFeatures, bStatus bitmasks and IFSD in class descriptionThomas PORTASSAU1-6/+119
2017-01-26ZigBee: fix endian for File Version field in OTAdsrsupport1-1/+6
2017-01-26ldss: Ensure ldss_file_request_t structure gets allocatedMichael Mann1-23/+3
2017-01-26x11: add shutdown routine.Dario Lombardo1-0/+12
2017-01-25wsp: Sanity check capability lengthMichael Mann1-1/+9
2017-01-25Clean up EVPN NLRIs dissection.Guy Harris1-25/+93
2017-01-25Add URL for the AoE spec.Guy Harris1-0/+5
2017-01-25That field is a route type, not an address family identifier.Guy Harris1-2/+2
2017-01-25Clean up and update list of RFCs and I-Ds supported.Guy Harris1-3/+2
2017-01-25Update comment, clean up identation.Guy Harris1-72/+72
2017-01-24Dissector: IndigoCare nursecall protocols supportErik de Jong5-0/+998
2017-01-24RTPS: avoid errors when encountering empty sequences of stringsAdam Mitz2-6/+13
2017-01-24RTPS: updated ContentFilterProperty field names to match the specAdam Mitz1-23/+23
2017-01-24dvbci: add shutdown routine.Dario Lombardo1-0/+10
2017-01-24Add a comment talking about the dictionary file format.Guy Harris1-0/+27
2017-01-23DHCPv6: Avoid integer overflows.Gerald Combs1-9/+9
2017-01-23ASTERIX: Avoid an integer overflow.Gerald Combs1-4/+5
2017-01-23DVB-S2-BB: Support all four MA modesMustBeArt1-34/+92
2017-01-22ISAKMP: Add Fortigate (Fortinet) Vendor IDAlexis La Goutte1-0/+27
2017-01-22DNS: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-01-22CQL: Add support for prepared batch statementBenoît Canet1-2/+81
2017-01-22SMB2: better RSVD flowVolodymyr Khomenko2-2/+45
2017-01-22reassemble: fix no previous prototype for ‘reassembly_table_free’ [-Wmiss...Alexis La Goutte1-1/+1
2017-01-22[Automatic update for 2017-01-22]Gerald Combs2-26/+291