aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-05-18Don't put the NTLMv2 ChallengeFromClient into the protocol tree twice.Guy Harris1-10/+4
2015-05-18Reorganize the NTLMSSP blob and AUTHENTICATE message parsing.Guy Harris1-30/+78
2015-05-18Bluetooth: OBEX: Fix crash when there is no Type/Name header in requestMichal Labedzki1-1/+3
2015-05-18IPDR: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-7/+0
2015-05-18IPDR: fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2015-05-18fix make distcheck (add packet-bthci_sco.h to list of distributed file)Alexis La Goutte1-0/+1
2015-05-18Fix a comment.Guy Harris1-3/+3
2015-05-18Ubertooth: Add WriteRegister commandMichal Labedzki1-0/+22
2015-05-18Bluetooth: HCI: Add command-event trackingMichal Labedzki8-152/+565
2015-05-18Bluetooth: HCI: Add new LE Event numbersMichal Labedzki2-32/+107
2015-05-18Bluetooth: BTLE: Fix data handling from previous dissectorMichal Labedzki1-5/+24
2015-05-18Bluetooth: SCO: Add Stream Number generated fieldMichal Labedzki3-9/+102
2015-05-18Bluetooth: SCO: Add Connect/Disconnect trackingMichal Labedzki2-6/+48
2015-05-18Bluetooth: SCO: Add Missing fieldsMichal Labedzki1-1/+23
2015-05-18Bluetooth: ATT: Enable UUID128 fieldMichal Labedzki1-2/+2
2015-05-18Bluetooth: OBEX: Add DecodeAs by Type aka MIME TypeMichal Labedzki1-13/+123
2015-05-18Bluetooth: OBEX: Add Current Path tracking infoMichal Labedzki1-7/+166
2015-05-18ntlmssp: swap bounds check and length for memcpyEvan Huus1-5/+4
2015-05-17Update some comments.Guy Harris2-1/+22
2015-05-17Add IPDR dissectorMichael Mann3-0/+395
2015-05-17Improve comments, fix capitalization of "Aruba".Guy Harris1-15/+29
2015-05-17Make the human-readable names the same in the preferences and the packets.Guy Harris1-6/+6
2015-05-17Update a URL.Guy Harris1-1/+1
2015-05-17[Automatic update for 2015-05-17]Gerald Combs2-22/+202
2015-05-17HTTP2: Update to final RFCAlexis La Goutte1-3/+2
2015-05-17nghttp2: use <> for include glib.hAlexis La Goutte2-2/+2
2015-05-17packet-skinny.c is a generated file nowadays.Joerg Mayer1-2/+2
2015-05-16SIP: Fix typo lenght => lengthAlexis La Goutte1-2/+2
2015-05-16megaco: handle missing tokensEvan Huus1-1/+1
2015-05-16Have per-queued-packet flags, including "is a packet in error".Guy Harris1-2/+31
2015-05-16tap: Add ability to reject/ignore "error" packets in tapEvan Huus2-9/+14
2015-05-15MBIM: add checks on the maximum string or PDU size allowedPascal Quantin1-57/+186
2015-05-14USB COM: add dissection of Ethernet Networking Functional DescriptorPascal Quantin1-3/+216
2015-05-14GSM A RR: fix 'packet channel description' dissectioncff3391-16/+36
2015-05-14Register the IPv4 and IPv6 dissectors directly with WTAP_ENCAP_RAW_IP{4,6}.Guy Harris3-11/+2
2015-05-14Don't put an expert info on every single raw frame (even if it was just a Note).Jeff Morriss1-14/+1
2015-05-13[Thrift] Strengthen the heuristic.AndersBroman1-1/+4
2015-05-13PCEP: fix SID parsing, label is the first 20 bitsFrancesco Fondelli1-1/+1
2015-05-13MEGACO: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-10/+3
2015-05-13[GCP] Add a command string when there's no context tracking.AndersBroman1-0/+3
2015-05-12Remove trailing whitespace.Guy Harris1-3/+3
2015-05-12More cleanly handle 3-byte IPv4 addresses.Guy Harris1-12/+26
2015-05-12Add casts to fix clang warnings.Gerald Combs1-4/+4
2015-05-12Fix check for NUL at the end of a string.Guy Harris1-1/+1
2015-05-12OSPF: fix dissection of Router Address TLVPascal Quantin1-4/+3
2015-05-12USB: allow to call sub dissectors for setup response packets without transact...Pascal Quantin2-3/+6
2015-05-12PIM: Add PIM IP version field for PIMv1 tooAlexis La Goutte1-0/+2
2015-05-12Overhaul the MEGACO dissector.Michael Mann1-625/+634
2015-05-12PIM: Remove trailing whitespace before commaAlexis La Goutte1-32/+32
2015-05-12PIM: Enhance codeAlexis La Goutte1-82/+92