aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-01-19[XML] Add application/vnd.3gpp.sms+xmlAndersBroman1-0/+1
2016-01-19X509AF: make a local copy of algorithm_id in file scope for later usePascal Quantin1-9/+15
2016-01-19[OpenFlow v1] Dissect part of stats messages.AndersBroman1-12/+161
2016-01-19improved vuze-dht supportДмитрий Цветцих1-6/+62
2016-01-19Don't use IP address strings as "names" for MAC addresses.Guy Harris2-51/+54
2016-01-19 DCM: ignore the upper flag bits of PDV in PDU DATA packetRich Coe1-9/+23
2016-01-19MAUSB: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2016-01-19ERF: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-0/+1
2016-01-19[LBMC] Bugfix stack-based buffer overflow in dissect_nhdr_extopt.Michael Mann1-12/+39
2016-01-19PCAP PKTDATA: Fix Dead Store (Dead assignement/Dead increment) Warning found ...Alexis La Goutte1-2/+0
2016-01-18SSL : Fix Branch condition evaluates to a garbage value found by ClangAlexis La Goutte1-1/+1
2016-01-18Bluetooth: EIR/AD: Add missing IPS itemMichal Labedzki3-17/+235
2016-01-18Fix "Apply As Filter..." for BASE_PT field display typesJoão Valverde1-0/+4
2016-01-18ETSI CAT: allow a length of 0 bytes for Location Information IEPascal Quantin1-0/+2
2016-01-18Bluetooth: Update Assign numbers (5th December 2015)Michal Labedzki4-1/+99
2016-01-18Directly call the FDDI and "raw IP" dissectors from the nettl dissector.Guy Harris3-21/+19
2016-01-18Have the "maybe an FCS" version of the Ethernet dissector take a data argument.Guy Harris5-8/+43
2016-01-18Call the "without FCS" version of the Ethernet dissector.Guy Harris1-1/+1
2016-01-18Handle frames where the type field is a length field.Guy Harris1-20/+127
2016-01-18Fix indentation.Guy Harris1-1/+1
2016-01-17Prevent out-of-bounds read in hiqnet_display_data.Michael Mann1-14/+25
2016-01-17Fix comment.Guy Harris1-1/+1
2016-01-17More comments.Guy Harris1-1/+31
2016-01-17Fix construction of subset tvbuff.Guy Harris1-51/+57
2016-01-17Call the "without FCS" version of the Ethernet dissector.Guy Harris1-1/+1
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde5-18/+18
2016-01-17[netlink] remove an unnecessary if (tree) checkMartin Kaiser1-6/+4
2016-01-17[Automatic update for 2016-01-17]Gerald Combs2-6/+176
2016-01-17[sll] call the netlink dissector if the arp_hdr type is netlinkMartin Kaiser2-6/+19
2016-01-17Correctly construct subset tvbuffs.Guy Harris1-23/+8
2016-01-17Dissect Ethernet-over-GFP frames with the "with the FCS" dissector.Guy Harris1-2/+8
2016-01-17Call the "no FCS present" version of the Ethernet dissector.Guy Harris1-1/+19
2016-01-17Call the "no FCS present" version of the Ethernet dissector.Guy Harris1-3/+7
2016-01-17Use the "no FCS" version of the Ethernet dissector.Guy Harris1-1/+10
2016-01-17Use the "no FCS" version of the Ethernet dissector.Guy Harris1-6/+10
2016-01-17Don't look at pinfo->pseudo_header.Guy Harris4-153/+205
2016-01-16Add WTAP_ENCAP_NFC_LLCP to the list of types require a pseudo-header.Guy Harris1-4/+6
2016-01-16Have the pcap_pktdata dissector dissect the payload.Guy Harris1-8/+5
2016-01-16Get rid of unused stuff.Guy Harris1-5/+0
2016-01-16Get rid of a no-longer-needed #include.Guy Harris1-3/+0
2016-01-16Have the pcap_pktdata dissector dissect the payload.Guy Harris1-68/+16
2016-01-16Don't call dissectors that require a pseudo-header if we can't generate one.Guy Harris1-68/+100
2016-01-16plugin_if: fix bug in var assignment.Dario Lombardo1-6/+6
2016-01-16[sll] add LINUX_SLL_P_NETLINKMartin Kaiser2-11/+10
2016-01-16LAT: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2016-01-16MPTCP: Update ADD_ADDR option to RFC6824bis-04Fabrizio Demaria1-0/+11
2016-01-16IEEE802.11: fix EAPOL key frame detectionAlexander Wetzel3-26/+11
2016-01-16Don't export wtap_encap_dissector_table from packet-frame.c.Guy Harris4-10/+9
2016-01-16ssl: fix app_data handle detectionPeter Wu1-2/+7
2016-01-16Fix indentation.Guy Harris1-7/+7