summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-22Qt: Fix crash in Conversations and Endpoints dialogsGerald Combs2-53/+58
2016-06-22SSH: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2016-06-22Qt: Make the syntax line edit less greedy.Gerald Combs1-8/+27
2016-06-22GTK: Keep display filter applied when switching profilesBalint Reczey1-2/+8
2016-06-22Add address_to_bytes API.Michael Mann20-20/+64
2016-06-22Qt: Clear the packet list selection before freezing it.Gerald Combs1-0/+2
2016-06-22Move AT_VINES address type to VINES dissector.Michael Mann4-47/+40
2016-06-22Move AT_USB to inside USB dissector.Michael Mann4-53/+50
2016-06-21The C standard requires <stdlib.h> for getenv() and abort().Guy Harris1-0/+1
2016-06-21More helpful failure when registration fails.Joerg Mayer1-0/+7
2016-06-21As with dissector_add_uint(), so with dissector_add_{string,guid}.Guy Harris1-7/+17
2016-06-21Slightly improve error message in case of initialization errors.Joerg Mayer1-3/+8
2016-06-21tshark JSON and Elasticsearch output fixMartin Kacer6-50/+140
2016-06-21libcodecs and libwsutil are DLLs, not static librariesPascal Quantin2-2/+2
2016-06-21Add a couple of vendor defines.AndersBroman1-0/+3
2016-06-21[H248-Q1950] Correct signal ids.AndersBroman1-4/+5
2016-06-21pcap: ERF per-Host ID/Source ID interface supportAnthony Coddington1-7/+31
2016-06-21pcap: Add support to "new" Npcap native mode without setting PATHYang Luo4-0/+12
2016-06-21bthci: Show unknown ocf as undecodedStig Bjørlykke1-1/+6
2016-06-21packetlogger: Add some info typesStig Bjørlykke1-0/+9
2016-06-21debian-setup: add additional params to apt-get.Dario Lombardo1-18/+19
2016-06-21Check for negative nanoseconds in io,stat tap.Michael Mann1-1/+1
2016-06-21ceph: c_dissect_sockaddr doesn't need the "data" pointerJeff Layton1-15/+15
2016-06-21Add support for Opencontrail virtual networkRudra Rugge4-2/+145
2016-06-20[RNSAP]Update to V13.1.0 (2015-12)AndersBroman8-2840/+13229
2016-06-20[pre-commit-ignore] Dont check the asn1 files they are imported verbatimeAndersBroman1-0/+1
2016-06-20Pull the options structure initialization into commandline_other_options().Guy Harris3-30/+15
2016-06-20Add display filter completion suggestions to color filters.Michael Mann1-1/+2
2016-06-20Add field completion suggestions when adding a Display filter or Y Field to t...Michael Mann1-2/+4
2016-06-20GTK+: Truncate simple_message_box messages.Gerald Combs1-6/+28
2016-06-20qt: reset the column sorting when a new file is loadedMartin Kaiser1-0/+1
2016-06-20Add JSON export to Qt/GTK UIPascal Quantin12-6/+199
2016-06-20Protect some code that's only for Wireshark-with-pcap.Guy Harris1-0/+2
2016-06-19Move some option checking to common code.Guy Harris3-95/+48
2016-06-19Don't assume we successfully read the configuration files.Guy Harris1-1/+3
2016-06-19Don't assume we have an array of GeoIP databases.Guy Harris1-1/+1
2016-06-19Pass the info strings directly to commandline_early_options().Guy Harris4-25/+17
2016-06-19Handle capture options in pcap-less Wireshark in the commandline_ routines.Guy Harris4-35/+35
2016-06-19Fix indentation.Guy Harris1-1/+1
2016-06-19Those aren't capture options, they're the options we must process early.Guy Harris4-4/+4
2016-06-19Ability to invoke "Decode As..." as command-line argument for GUIshark.Michael Mann7-836/+438
2016-06-19Get rid of an unused variable.Guy Harris1-1/+0
2016-06-19Get rid of an unused variable; set a structure member.Guy Harris2-1/+3
2016-06-19[Automatic update for 2016-06-19]Gerald Combs18-1409/+2019
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin84-356/+377
2016-06-19Add modelinesJoerg Mayer2-1/+27
2016-06-19Calculate and print CWmin and CWmax in addition to ECWmin and ECWmaxJoerg Mayer1-3/+22
2016-06-19Fix problems when compiling without pcap.Guy Harris1-2/+2
2016-06-19Put #ifdef/#endif around a variable used only on Windows.Guy Harris1-1/+4
2016-06-19Refactor command-line handling of GUI options.Michael Mann10-1173/+875