aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2021-10-07dfilter: Generalize special case of one byte literalJoão Valverde2-34/+10
2021-10-07Fix some field mask widths.Martin Mathieson11-32/+32
2021-10-07dfilter: Fix parsing of octal character escape sequencesJoão Valverde1-5/+10
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus52-150/+150
2021-10-07Ignore length of data parameter in DT1 messageMichail Koreshkov1-1/+15
2021-10-07to_str: scope tvb_ip_to_strEvan Huus86-311/+311
2021-10-07LTE-RRC: Add a couple of more "protocols".Anders Broman2-3/+71
2021-10-075G LI: Add dissector for 5G Lawful InterceptionRoy Zhang8-0/+16267
2021-10-07SMPP: Handle unaligned PDUs betterJohn Thacker1-14/+42
2021-10-06dfilter: Use wslog with ws_assert_magic()João Valverde2-9/+24
2021-10-06dfilter: Replace node accessor macros with functionsJoão Valverde4-31/+22
2021-10-06dfilter: Fix ws_assert_magic() macroJoão Valverde2-12/+12
2021-10-06Windows: Fix stdint.h redefinition warningsJoão Valverde1-8/+8
2021-10-06lwm2mtlv: Decode Location VelocityStig Bjørlykke1-2/+13
2021-10-06gsm_a: Fix dissect_description_of_velocity()Stig Bjørlykke1-33/+27
2021-10-06dfilter: Use syntax tree node replacement semanticsJoão Valverde5-88/+72
2021-10-06Add NGAP Stats.Martin Mathieson3-295/+1045
2021-10-06PCEP: Added support of draft-ietf-pce-segment-routing-policy-cp-05Oscar Gonzalez de Dios1-31/+153
2021-10-06BSSAP: Use VLR number fieldJohn Thacker1-4/+2
2021-10-06NR RRC: Make more PDUs set col and proto.Anders Broman2-6/+96
2021-10-05COSE: Handle indefinite tstr/bstr encodingsBrian Sipos4-141/+332
2021-10-05dfilter: Rename function production ruleJoão Valverde1-5/+6
2021-10-05dfilter: Minor grammar fixupsJoão Valverde3-24/+18
2021-10-05dfilter: Strengthen sanity check for rangeJoão Valverde2-38/+47
2021-10-05dfilter: Don't include type name in 'tostr' outputJoão Valverde1-14/+5
2021-10-05Eth: Segment routing over IPv6Jaap Keuter3-1/+4
2021-10-05cose: Fix memory leaksStig Bjørlykke1-10/+8
2021-10-05IDMP: Fix a string allocation.Gerald Combs3-12/+16
2021-10-05to_str: scope decode_bits_in_fieldEvan Huus7-15/+24
2021-10-05btmesh: improve scheduler dissectionPiotr Winiarczyk1-62/+104
2021-10-05NR RRC: Register protocols which sets proto and info columns.Anders Broman3-10/+129
2021-10-04Fix some items where mask was wider than field.Martin Mathieson5-7/+7
2021-10-04Revert "TCP: last out-of-order packet is marked as a retransmission"Gerald Combs1-1/+1
2021-10-04F1AP: upgrade dissector to v16.7.0Pascal Quantin8-15/+16
2021-10-04E1AP: upgrade dissector to v16.7.0Pascal Quantin8-79/+270
2021-10-04XnAP: upgrade dissector to v16.7.0Pascal Quantin9-39/+123
2021-10-04NRPPa: upgrade dissector to v16.5.0Pascal Quantin9-79/+52
2021-10-04NGAP: upgrade dissector to v16.7.0Pascal Quantin9-116/+192
2021-10-04to_str: pull scope arg up into more addr macrosEvan Huus4-11/+11
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus32-63/+63
2021-10-04proto_data: use pinfo->pool not the global scopeEvan Huus1-1/+1
2021-10-04wscbor-test: handle jmpsEvan Huus1-4/+7
2021-10-04NR-RRC:Make it possible to use dissctor handles for more cases.Anders Broman2-3/+6
2021-10-04X2AP: upgrade dissector to v16.7.0Pascal Quantin8-12/+14
2021-10-04S1AP: upgrade dissector to v16.7.0Pascal Quantin9-136/+136
2021-10-04BT-DHT: Test packets even if the dissector is setJohn Thacker1-13/+33
2021-10-03core: Fix -WdocumentationAlexis La Goutte1-1/+0
2021-10-03core: Fix Wmissing-prototypesAlexis La Goutte1-0/+3
2021-10-03core: Fix Clang Analyzer WarningAlexis La Goutte1-1/+1
2021-10-03Lua: Make FileHandler seek_read() optionalStig Bjørlykke1-31/+62