aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-08Fix a lot of typos and misspellingsmoshekaplan197-493/+493
2016-01-08LAT: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-01-08Add a Busy status to SyntaxLineEdit.Gerald Combs8-50/+89
2016-01-08Fix warning for epan/tap.c [-Wpedantic]João Valverde1-0/+3
2016-01-08QT: add same warning as GTK when trying to save a decoded RTP stream that is ...Pascal Quantin1-0/+10
2016-01-08Fix warnings for epan/prefs.c [-Wcast-qual]João Valverde3-112/+93
2016-01-08Adding BINARY INPUT,BINARY OUTPUT,BINARY Value ClustersDarshan Nevgi2-0/+858
2016-01-08NFS: fix crash when activating file_name_snooping optionPascal Quantin1-1/+1
2016-01-08Again, command values are in decimal, not hex, in DEC's LAT spec.Guy Harris1-1/+1
2016-01-08Remove commented-out table of Ethertypes.Guy Harris1-11/+0
2016-01-08LAT: Add LAT Protocol to release noteAlexis La Goutte1-0/+1
2016-01-08The DEC spec gives command codes in decimal.Guy Harris1-1/+1
2016-01-08LAT: fix indent and modelinesAlexis La Goutte1-3/+16
2016-01-08Match DEC's spec.Guy Harris1-128/+179
2016-01-08Update the copyright.Guy Harris1-3/+3
2016-01-08Remove trailing whitespace.Guy Harris1-5/+5
2016-01-08LAT dissector.Guy Harris3-0/+516
2016-01-08Note that sometimes the packet time stamps are relative to the start time.Guy Harris1-2/+7
2016-01-08Improve an error message.Guy Harris1-1/+1
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde5-16/+16
2016-01-07dBm signal strength is signed; report it as such in the RSSI column.Guy Harris1-1/+1
2016-01-07extcap: Documentation for the new featuresRoland Knall2-9/+26
2016-01-07lemon: Fix warnings [-Wpedantic]João Valverde1-26/+31
2016-01-07RTPS: Fixed DATA_BATCH dissection.Juanjo Martin1-5/+6
2016-01-07Qt: Sort traffic table default protosStig Bjørlykke1-2/+2
2016-01-07[Diameter] Add Data from 3GPP TS 29.344 V13.0.0 (2015-12)AndersBroman2-11/+103
2016-01-07[dcm] don't THROW() an exception from a dissectorMartin Kaiser1-1/+1
2016-01-07mausb: Add dissection of ClearTransfers Req & RespSean O. Stalley1-13/+203
2016-01-07[dcom] don't THROW() an exception from a dissectorMartin Kaiser1-11/+14
2016-01-07Clean up indentation.Guy Harris1-1/+1
2016-01-07Expand a comment.Guy Harris1-1/+6
2016-01-07pcap_list_datalinks() failing is an error.Guy Harris1-10/+15
2016-01-07Clean up #ifdeffed code.Guy Harris1-40/+40
2016-01-07Don't declare libpcap wrappers if we're not building with libpcap.Guy Harris1-3/+3
2016-01-07Don't include much of anything if HAVE_LIBPCAP isn't defined.Guy Harris1-2/+4
2016-01-07"#ifdef" out a definition not used if HAVE_LIBPCAP isn't defined.Guy Harris1-0/+2
2016-01-07Set both HAVE_PCAP_CREATE and HAVE_PCAP_OPEN.Guy Harris1-3/+2
2016-01-07Move more capture device handling to the caputils library.Guy Harris7-639/+852
2016-01-07Don't assume a stat() fails only if the target file doesn't exist.Guy Harris1-2/+31
2016-01-07Qt: Add recent capture filter entries.Gerald Combs1-1/+17
2016-01-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde9-98/+68
2016-01-07[docsis->INIT-RNG-REQ] Correction for INFO fieldAdrianSimionov1-1/+1
2016-01-07Get rid of unused #define.Guy Harris1-6/+0
2016-01-06Have all TCP flags in the structure that is passed to subdissectors.Michael Mann4-10/+9
2016-01-06checkAPIs: Add "system" to possible shadow variable (on OS X)Alexis La Goutte1-0/+1
2016-01-06Nstrace: Fix field name for nstrace.tcpdbg.rtrttUli Heilmeier1-1/+1
2016-01-06extcap: Rewrite the tokenizer to use regexpsRoland Knall1-93/+71
2016-01-06Correct fix for "GFP: Fix Dead Store (Dead assignement/Dead increment) Warnin...John A. Thacker1-0/+2
2016-01-06[S1AP] Update to version V13.1.0 (2015-12)AndersBroman9-273/+2608
2016-01-06sshdump: print error message to stderr instead of stdout.Dario Lombardo1-47/+47