summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-04IPv6: Don't export Shim6 protocol parametersJoão Valverde2-47/+47
2016-01-04Added/extended handling of CPU message systemThomas Wiens3-36/+1491
2016-01-04Remove extraneous stuff from a comment.Guy Harris1-1/+0
2016-01-04Rename ipv4_addr and ipv6_addr to indicate their full contents.Guy Harris12-110/+113
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris13-13/+13
2016-01-03[Automatic update for 2016-01-03]Gerald Combs2-1/+11
2016-01-03Pass SslPacketInfo structure directly to SSL tap instead of having listeners ...Michael Mann1-2/+2
2016-01-03Add HTTP Follow streamMichael Mann3-4/+27
2016-01-03If you want nstime_t, include <wsutil/nstime.h>.Guy Harris1-4/+4
2016-01-03If you want struct e_in6_addr, include <epan/ipv6-utils.h>.Guy Harris3-4/+2
2016-01-03Clean up error checking and handling.Guy Harris1-71/+55