aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2017-02-18epan/wsutil: free memory on exit.Dario Lombardo1-0/+14
2017-02-18Why you only get 16 bytes of process name.Guy Harris1-0/+15
2017-02-18roofnet: decode framed ethernet frames.Simon Barber1-20/+52
2017-02-18file-pcapng: Add support for inspecting Apple's PKTAP enhanced pcapng filesJim Young1-15/+314
2017-02-18Modbus - Add ability to filter by holding/input register number OR valueChris Bontje1-24/+87
2017-02-18user_encap: Don't allocate duplicate strings for user_encap2Dario Lombardo1-12/+3
2017-02-18SMB2 ioctl FSCTL_STORAGE_QOS_CONTROL dissectorVolodymyr Khomenko1-8/+299
2017-02-18RSVD TUNNEL_SCSI bugfix: SCSI payload is not dissected for request packetsVolodymyr Khomenko1-23/+40
2017-02-17Dissector: Add IEEE802.11 mesh awake window dissectorMasashi Honma1-2/+33
2017-02-17Convert IEEE802.11 tagged fields into a dissector tableMichael Mann2-2402/+2566
2017-02-17Bluetooth: AD: Add dissector for Apple iBeaconMichal Labedzki1-0/+74
2017-02-16g_slist_free_full requires glib 2.28AndersBroman2-0/+10
2017-02-16Qt: Disable pane menu items if not used in layoutStig Bjørlykke2-0/+13
2017-02-16[GTPv2] Add dissection of Node Identifier.AndersBroman1-1/+43
2017-02-16packet-nvme-rdma: Present keep alive timeout in decimal.Parav Pandit1-1/+1
2017-02-16[GSM RLCMAC] Use rtlli_valsStig Bjørlykke1-1/+1
2017-02-16[GSM RLCMAC] Added parsing of EC-EGPRS DL and UL data messages.AndersBroman2-2/+292
2017-02-16Add follow "types" by protocol short name, not filter nameMichael Mann1-1/+1
2017-02-16Cast away some compiler warnings.Guy Harris1-2/+2
2017-02-16Squelch a compiler warning.Guy Harris1-2/+2
2017-02-16ssl: fix misdetection of HelloRequest handshake messagePeter Wu1-11/+20
2017-02-16TLS: add Signed Certificate Timestamp support (RFC 6962)Peter Wu3-2/+172
2017-02-16ssl-utils: refactor DigitallySignedPeter Wu4-58/+58
2017-02-16[skinny]: Added conversation and request_response handlingDiederik de Groot4-505/+1150
2017-02-16Couchbase: Add support for XATTRsOliver Downard1-11/+141
2017-02-16ROHC: Basic support for RTP extension 3John Viklund1-5/+522
2017-02-15TLS13: handle message-specific TLS extensionsPeter Wu1-3/+7
2017-02-15ssl-utils: sort extensions casesPeter Wu1-51/+56
2017-02-15TLS13: dissect NewSessionTicket and CertificateRequest extensionsPeter Wu4-55/+57
2017-02-15ssl,dtls: fix wrong expert info for overly large recordsPeter Wu4-11/+35
2017-02-15Display 4 octets SDVL with 3 bits in ROHCJohn Viklund1-1/+1
2017-02-14BT LE LL: fix invalid memory access reported by valgrindPascal Quantin1-3/+3
2017-02-14Handle NSAP IPv4 addresses in NBAP's TransportLayerAddress field which aren't...S. Shapira2-128/+157
2017-02-14gtp: changed display format of a FQDN from BYTES to STRINGJan Spevak1-2/+2
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+3
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu21-531/+57
2017-02-13[ISAKMP] Dissect 3GPP private error and status messages in NOTIFY.AndersBroman3-8/+76
2017-02-12Fix compilation without plugins.Jakub Zawadzki2-12/+18
2017-02-12Set the partial AID in the radio metadata structure.Guy Harris1-0/+2
2017-02-12uat: add missing parameter to documentation.Dario Lombardo1-0/+1
2017-02-12[skinny]: Add struct/union guards to multi-part message handlersDiederik de Groot4-1045/+830
2017-02-12[skinny] Fix ConnectionStatRes and DialedNumber Messages protocol version >20Diederik de Groot4-190/+186
2017-02-12[Automatic update for 2017-02-12]Gerald Combs3-25/+294
2017-02-12Fill in pseudo-header fields in order, and add the group ID for 11ac.Guy Harris1-11/+13
2017-02-12Add a comment about wired-to-little-endian fields.Guy Harris1-0/+8
2017-02-12White space/style cleanup and consistency.Guy Harris1-429/+442
2017-02-12signal() is defined on some UN*Xes; don't use it as a variable name.Guy Harris1-3/+3
2017-02-12Decode QCA sniffer PRISM extensions, and populate some wlan_radioSimon Barber1-5/+441
2017-02-11tshark print_indent functionMartin Kacer1-39/+26
2017-02-11Fixing the MAC tvb creation in FP's tb dissection methodS. Shapira1-2/+2