aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-04-12Update a comment.Guy Harris1-18/+46
2018-04-12Need to flag a variable as volatile, due to the use of exceptions.Guy Harris1-3/+3
2018-04-12If a subdissector throws an exception, catch it and continue.Guy Harris1-1/+30
2018-04-11kafka: check lz4 version in a single point.Dario Lombardo1-4/+5
2018-04-11Netlink: Add rtnetlink attribute dissectingFilip Sohajek1-23/+396
2018-04-11LPP: fix a typo in ASN.1 filePascal Quantin1-1/+1
2018-04-11PFCP: Added dissection of IEs 127-131Matej Tkac1-12/+79
2018-04-11user_encap: Avoid a hash lookup to get dissector nameStig Bjørlykke1-4/+4
2018-04-11ZigBee: MGMT Unsolicited Enh NWKUpdate dissectorDana Sy3-0/+44
2018-04-11zbee zcl: fill constant ett arrays at declaration timeMartin Kaiser1-106/+85
2018-04-11zbee_zcl: (trivial) clean up decode_color_xy()Martin Kaiser1-2/+1
2018-04-11pfcp: correction of lengthJoakim Karlsson1-2/+2
2018-04-11NBSS: take into account snaplen when creating the TVB subsetPascal Quantin1-4/+1
2018-04-11Zigbee: Decode the ZCL extension field sets in the scenes cluster.Paul Zander2-6/+286
2018-04-10Rename the last argument to tvb_new_subset_length().Guy Harris2-7/+7
2018-04-10"#if 0" out some currently-unused value_strings.Guy Harris1-0/+2
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris27-139/+266
2018-04-10NR (5G) PDCPMartin Mathieson5-1/+1786
2018-04-10gsm_ipa: remove unnecessary if (tree) checksMartin Kaiser1-29/+21
2018-04-10RRC: upgrade dissector to v15.2.0Pascal Quantin8-3278/+4392
2018-04-10Replace lbmpdm_fetch_uintN_encoded() with tvb_get_guintN().Guy Harris1-65/+20
2018-04-10PFCP: Added dissection of new IEs 123-126Matej Tkac1-23/+174
2018-04-10The message length is unsigned, not signed; treat it as such.Guy Harris1-3/+3
2018-04-10Get rid of get_opaque_length() and unneeded length arguments.Guy Harris1-62/+36
2018-04-10Nb is an unsigned value; treat it as such.Guy Harris1-3/+2
2018-04-10Revert "Don't use static GMutexes."Anders Broman1-21/+7
2018-04-10MySQL: Add initial support for command 30 (binlog dump gtid)Daniël van Eeden1-1/+7
2018-04-09user_encap: Copy all user_encap_t valuesStig Bjørlykke1-1/+7
2018-04-09ieee80211: fixes min and max power values in item text (they are signed).Adrian Granados1-2/+2
2018-04-09gsm_ipa: Make sure the Osmo Extended IPA stream ID type is printedHarald Welte1-6/+6
2018-04-09iso14443: make the payload dissector configurableMartin Kaiser2-2/+13
2018-04-09iso14443: decode the bitrates in the attrib messageMartin Kaiser1-0/+28
2018-04-08Mark some fields as being in units of dBm.Guy Harris1-9/+9
2018-04-08No need to display *signed* power values in hex.Guy Harris1-2/+2
2018-04-08Max and min transmit power, in the Power Capabilities IE, are signed.Guy Harris1-2/+2
2018-04-08mqtt: Add option to uncompress message when decodingStig Bjørlykke1-4/+30
2018-04-07BSSMAP: Fix definition of Speech Version Indication for EFR (FR2)Harald Welte1-1/+1
2018-04-07X2AP: upgrade dissector to v15.1.0Pascal Quantin9-365/+654
2018-04-07ZigBee: Fixed ZDP typo from nwk addr to ext addrDana Sy1-4/+5
2018-04-06S1AP: upgrade dissector to v15.1.0Pascal Quantin10-227/+330
2018-04-06Increase PROTO_PRE_ALLOC_HF_FIELDS_MEM.Guy Harris1-1/+1
2018-04-06F1AP: upgrade dissector to v15.1.0Pascal Quantin12-1289/+4124
2018-04-06pdcp-lte: Various improvements spotted while reviewing pdcp-nr.Martin Mathieson1-100/+57
2018-04-06NR RRC: upgrade dissector to v15.1.0Pascal Quantin18-8868/+27958
2018-04-06dissector/ptp: use BASE_OUI for organizationIdAdam Wujek2-20/+12
2018-04-06dissector/ptp: Add dissection of White Rabbit TLVAdam Wujek1-1/+383
2018-04-05SIP: Fix handling of response timeUli Heilmeier1-0/+1
2018-04-05The CPU mode values might be function-dependent.Guy Harris2-5/+21
2018-04-05RLC-NR: fix bearerType and bearerId lengthPascal Quantin1-2/+2
2018-04-05Interpretation of PCCC function codes depends on the command code value.Guy Harris2-17/+51