summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-03IPv6: Minor rename, cleanup (Shim6)João Valverde1-6/+9
2016-01-03EIGRP: field eigrp.ipv4.destination does not show the correct destinationAlexis La Goutte1-4/+8
2016-01-03proto.c: Disable warning when loading a symbol [-Wpedantic]João Valverde1-4/+12
2016-01-03Fix some constness issues [-Wcast-qual]João Valverde4-10/+13
2016-01-02Get rid of an unnecessary level of indirection.Guy Harris1-31/+29
2016-01-02Use #defines for the values for the facility_encoding preference.Guy Harris1-7/+9
2016-01-01ifdef out the decryption code and preferences if LIBGCRYPT isn't defined.Guy Harris1-24/+24
2016-01-01DNP3: dissector cleanupGraham Bloice1-130/+126
2016-01-01Only use nibble logic to determine MPLS payloadMichael Mann1-17/+13
2016-01-01Make color filters part of dissectionMichael Mann5-32/+55
2016-01-01Clean up response matching type preference.Guy Harris1-14/+19
2016-01-01Clean up response matching type preference.Guy Harris1-14/+17
2016-01-01Get rid of trailing whitespace.Guy Harris1-3/+3
2016-01-01No need for toolkit-dependent color initialization.Guy Harris3-63/+71
2016-01-01Get rid of the "pixel" member of a color_t.Guy Harris2-24/+5
2015-12-31uat: Fix warnings [-Wcast-qual]João Valverde3-15/+15
2015-12-31Don't allocate something until we know we need it.Guy Harris1-5/+3
2015-12-31Don't cast away constness.Guy Harris1-3/+4
2015-12-31Squelch a compiler warning.Guy Harris1-1/+1