aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-06-18Get rid of unnecessary stuff copied-and-pasted from the radiotap dissector.Guy Harris1-124/+26
2015-06-18Get rid of some unused members of struct ieee_802_11_phdr.Guy Harris1-3/+1
2015-06-18The STBC subfield of the radiotap MCS field is a count, not a flag.Guy Harris2-11/+15
2015-06-18[c15ch] Trivial: Remove unneeded #includeBill Meier1-1/+1
2015-06-18Add frequency_utils.Gerald Combs1-0/+3
2015-06-18Add a preferences editor frame.Gerald Combs19-59/+565
2015-06-18Update the release notes.Gerald Combs1-0/+7
2015-06-17Qt: fix a crash when closing application under WindowsPascal Quantin2-8/+15
2015-06-17Asterix dissector support for category 021 v2.3Andrew Hoag1-6/+48
2015-06-17[ath] minor cleanupBill Meier1-66/+62
2015-06-17[ocfs2] trivial changes: unneeded initializer; indentation/whitespaceBill Meier1-118/+118
2015-06-17Profinet: I&M5 Data is added.Birol Capa1-1/+109
2015-06-17Fix the Qt main window popup behavior.Gerald Combs4-1/+29
2015-06-17Qt: Add protocol preferences menus.Gerald Combs10-7/+447
2015-06-16Save the wireless toolbar recent settings.Gerald Combs1-2/+2
2015-06-16Don't include <wsutil/frequency-utils.h> if it's not needed.Guy Harris3-4/+0
2015-06-16Qt: Make sure we have usable command line arguments.Gerald Combs2-11/+24
2015-06-16Pass the pseudo-header to wtap_encap dissectors via the "data" argument.Guy Harris2-11/+15
2015-06-16Disable AirPcap by default in Autotools.Gerald Combs1-2/+4
2015-06-16[Qt] Delete generated file config.pri at "clean"AndersBroman1-1/+1
2015-06-16PKCS12: fix a duplicate OIDEtienne Millon2-2/+2
2015-06-16TLS Decryption is now possible with a user provided PMS and Client Random valuesAdam Pridgen2-11/+43
2015-06-16Qt: Remove redundant actions from UI fileMichal Labedzki1-10/+0
2015-06-16packet-nfs: For flexfiles the versions is now an arrayTom Haynes1-5/+13
2015-06-16packet-nfs: flexfiles now uses string uid/gidWeston Andros Adamson1-2/+6
2015-06-16packet-nfs: update to draft 05 of flexfiles xdrWeston Andros Adamson1-4/+10
2015-06-16packet-nfs: flexfile getdeviceinfo needs to decode rsize/wsizePeng Tao2-17/+62
2015-06-16packet-nfs: flexfile getdeviceinfo supportWeston Andros Adamson1-0/+42
2015-06-16packet-nfs: flexfile layoutget supportWeston Andros Adamson4-20/+84
2015-06-16packet-nfs: switch on layout type for getdeviceinfoWeston Andros Adamson1-8/+20
2015-06-16Check for NL and AIRPCAP defines.Gerald Combs1-11/+11
2015-06-16Add the wireless toolbar.Gerald Combs30-1529/+2512
2015-06-16wtap_encap dissectors don't get passed a media type name as data.Guy Harris1-21/+2
2015-06-16Don't assume we get passed a null data pointer for JSON files.Guy Harris1-1/+12
2015-06-16Clean up whitespace.Guy Harris1-3/+3
2015-06-16Clean up handling of metadata in Bluetooth dissectors.Guy Harris8-46/+167
2015-06-15Accept drop events immediately.Gerald Combs1-1/+1
2015-06-15Define XXX_phdr structures in the order in which they appear in the union.Guy Harris1-34/+35
2015-06-15Move some structures used only in pcap-common.c there.Guy Harris2-30/+30
2015-06-15Fix the CMake windows installer to pickup the locally built zlib1.dllGraham Bloice1-0/+1
2015-06-15[vsip] Fix 2 minor bugs; Do some minor cleanupBill Meier1-106/+98
2015-06-15GTP: put T-PDU Data item under GTP treePascal Quantin1-1/+1
2015-06-15TFS: Mutualize Response/Request TFSAlexis La Goutte7-16/+3
2015-06-15Support for MPLRobert Cragie1-13/+76
2015-06-15Separate Windows CMake compiler definitions and flagsGraham Bloice1-10/+15
2015-06-15Profinet: Combined Object Container is added.Birol Capa2-3/+50
2015-06-15PCP: fix dissection of R bitPascal Quantin1-4/+4
2015-06-15openflow_v4: oxm_length includes experimenterHiroaki KAWAI1-0/+3
2015-06-15icmp,wimax: Fix undefined shiftPeter Wu2-7/+5
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki24-208/+1248