aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2016-01-10[Automatic update for 2016-01-10]Gerald Combs2-6/+31
2016-01-09[dcm] set a reasonable return value if we need more dataMartin Kaiser1-6/+2
2016-01-09[quake] remove a bunch of unnecessary if (tree) checksMartin Kaiser1-107/+76
2016-01-09[aeron] simplify aeron_frame_info_setup()Martin Kaiser1-43/+37
2016-01-09Adding following dissectors for HVAC clusters for Zigbee Protocol:Aditya Jain4-2/+1088
2016-01-09No need to include <sys/types.h>.Guy Harris1-59/+28
2016-01-09Get rid of unused variable.Guy Harris1-2/+1
2016-01-09Get rid of unused variable.Guy Harris1-12/+7
2016-01-09Get rid of trailing white space.Guy Harris1-1/+1
2016-01-09Add routines to add an item and return the item's real length.Guy Harris6-59/+346
2016-01-08Fix a lot of typos and misspellingsmoshekaplan180-468/+468
2016-01-08LAT: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-01-08Fix warning for epan/tap.c [-Wpedantic]João Valverde1-0/+3
2016-01-08Fix warnings for epan/prefs.c [-Wcast-qual]João Valverde2-110/+91
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-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-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-07RTPS: Fixed DATA_BATCH dissection.Juanjo Martin1-5/+6
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-07Remove some unnecessary dependencies and cleanup some codeJoão Valverde2-23/+25
2016-01-06Have all TCP flags in the structure that is passed to subdissectors.Michael Mann4-10/+9
2016-01-06Nstrace: Fix field name for nstrace.tcpdbg.rtrttUli Heilmeier1-1/+1
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)AndersBroman1-166/+1801
2016-01-06[OSC] rename variable 'system' to 'system_msg'.Hanspeter Portner1-5/+5
2016-01-06KISS the Follow TCP functionality.Michael Mann3-354/+74
2016-01-06[OSC] fix and tidy up MIDI in OSC dissector.Hanspeter Portner1-57/+294
2016-01-06Adding Color Control and Ballast Configuration(Lighting Chapter) Clusters for...Aditya Jain4-0/+1040
2016-01-06GFP: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2016-01-06Use TCP FIN bit to help determine desegmentation in HTTP dissector.Michael Mann3-8/+12
2016-01-06BTAVRCP: fix misspelling (found by Lintian)Alexis La Goutte1-4/+4
2016-01-06oids_test.c - Fix compile errorMichael Mann1-1/+1
2016-01-05INAP: fix indent (use 2spaces and modelines)Alexis La Goutte1-57/+67
2016-01-05When dissecting fragments heuristically, check for incomplete RPC messages.Guy Harris1-353/+443
2016-01-05Netflow/Ipfix: Enhance Netscaler Appflow ICA fieldsUli Heilmeier1-16/+16
2016-01-05GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)John A. Thacker3-0/+681
2016-01-04Don't walk the entire protocol tree to extract the value of one field.Guy Harris3-3/+14
2016-01-04PPP: fix registration of CRTP (CNTCP) protocolPascal Quantin1-0/+1
2016-01-04C12.22: fix compilation without LibgcryptPascal Quantin1-4/+6