aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2018-10-22Add ability to disable autocomplete suggestions for filter controls.Michael Mann2-0/+7
2018-10-21ntp: change root delay and dispersion to integer for fixed precision.Dario Lombardo1-12/+16
2018-10-21WNSRP: Add WNSRP definitions to SRPpegah hajiani1-0/+8
2018-10-21ldap: reflect the actual asn1 dissector to the C version.Dario Lombardo1-33/+30
2018-10-21tap-follow: fix memory leakVasil Velichkov1-2/+9
2018-10-21Supporting Zebra API version 6 used in FRRouting version 6Hitoshi Irino1-7/+352
2018-10-21Add tvb_ascii_isprint APIMichael Mann13-346/+258
2018-10-21pw: make ett names longer.Jeff Morriss3-17/+17
2018-10-20Separate signed and unsigned decimal UAT fields.Guy Harris5-32/+57
2018-10-20Fix up some comments.Guy Harris1-4/+4
2018-10-20ieee80211: automatically determine MIC length for OWEJoeri de Ruiter2-3/+73
2018-10-20Fix capitalization of preference display name.Guy Harris2-2/+2
2018-10-20Regenerate ASN.1 dissectors.Guy Harris2-9/+11
2018-10-20Do error checking for the console log level.Guy Harris1-1/+2
2018-10-20Make uat_fld_chk_num_hex() more like other uat_fld_chk_num routines.Guy Harris1-4/+22
2018-10-19Use ws_basetostru32(), rather than strtoul(), when parsing uint preferences.Guy Harris1-15/+7
2018-10-19osi-options: name ett variables 'ett_' (instead of 'ott_').Jeff Morriss1-14/+14
2018-10-19Use ws_basetostru32(), rather than strtoul(), when parsing ranges.Guy Harris1-7/+9
2018-10-19pfcp: register a couple ett variables.Jeff Morriss1-7/+9
2018-10-19zbee-zcl: register several ett variables.Jeff Morriss2-0/+41
2018-10-19IEEE 1609.2 dissector converted from per to oer by handAndersBroman6-10/+2649
2018-10-19Adding vendor id 0x010F (eProsima Fast-RTPS) to RTPS dissectorMiguel Company2-0/+3
2018-10-19proto.c: Add hint to an assert.AndersBroman1-1/+1
2018-10-19pfcp: corrected User ID IEJoakim Karlsson1-18/+14
2018-10-19DOCSIS: indication of encrypted dataBruno Verstuyft1-5/+7
2018-10-18ieee1609dot2: fix asn build on case-sensitive filesystemsPeter Wu1-0/+0
2018-10-18WSMP: Initialize a variable.Gerald Combs1-1/+1
2018-10-18IEEE 1609: Make sure our build target name is lower case.Gerald Combs2-1/+1
2018-10-18IEEE 1609(WSMP): Use the IEEE 1609,2 dissector if present.AndersBroman1-2/+13
2018-10-18Add IEEE 1609.2 ASN.1 files needed to generate OER IEEE 1609.2 dissectorAndersBroman6-0/+709
2018-10-18Add dissector for ITU-t X.696 Octet Encoding Rules (OER).AndersBroman3-0/+886
2018-10-186lowpan: Show IPv6 summary line in treeStig Bjørlykke1-4/+22
2018-10-18lua: add support for ethernet addresses to the Address classMartin Kaiser1-9/+17
2018-10-18ieee80211: Extend FILS support (802.11ai)Joeri de Ruiter2-125/+486
2018-10-18Fix batch decoding in CQL packet dissectorMichael Penick1-14/+11
2018-10-17wslua: Add support for base.RANGE_STRING handling.Richard Sharpe4-36/+207
2018-10-16KNX-IP: new KNXnet/IP dissectorRalf Nasilowski7-1843/+8620
2018-10-15zebra: fix spelling-error-in-binary found by lintianAlexis La Goutte1-2/+2
2018-10-15MAC NR: align Multiple Entry PHR MAC CE decoding with v15.3.0Pascal Quantin2-44/+13
2018-10-15Supporting Zebra API version 4 and 5 used in FRRouting. (minimize changes)Hitoshi Irino1-110/+1641
2018-10-15addr_resolv: function to convert an eth address into raw bytesMartin Kaiser2-1/+22
2018-10-15FP: Added E-DCH T1 heuristic dissectorDarien Spencer1-1/+197
2018-10-14glib: restore some GLIB_CHECK_VERSIONJoakim Karlsson1-0/+16
2018-10-14XRA: Fix of overflow in calculation of PLC timestampBruno Verstuyft1-1/+8
2018-10-13LTE RRC: add direction to UL-CCCH and DL-CCCH PDUsPascal Quantin2-0/+20
2018-10-12TDS: Implement Error token for TDS 4.x.Craig Jackson1-12/+21
2018-10-12Update BACnet protocol to revision 20.Dirk Römmen1-2/+784
2018-10-12MAC NR: fix dissection of Long Truncated BSR CEPascal Quantin1-20/+61
2018-10-12ieee80211: extend parsing of SAE messagesJoeri de Ruiter1-1/+42
2018-10-12QUIC: fix null-ptr dereference in gQUIC version checkPeter Wu1-1/+1