aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nstrace.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-03The "Ethernet offset" is 16 bits in the file; make it so in the pseudo-header.Guy Harris1-3/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-03-28packet-nstrace.c: Ensure value_strings end with {0, NULL}Michael Mann1-2/+2
2017-03-19nstrace: Updating Additional TCP debugrec labels according to tracedebug optionApeksha Singhal1-14/+387
2017-03-05nstrace: fix this statement may fall through [-Werror=implicit-fallthrough=] ...Alexis La Goutte1-5/+5
2016-09-22Dropped packet: Add dropped packets info in netscaler tracePriyanka Mondal1-0/+6
2016-08-21nstrace: fix Control flow issues (UNREACHABLE) found by Coverity (CID 1371612)Alexis La Goutte1-4/+3
2016-08-14nstrace: Modified the nstrace dissector to dissect the tcp debug2, tcp cc, ht...Priyanka Mondal1-41/+504
2016-08-01Reorder ns_dir_vals into numerical orderMichael Mann1-39/+40
2016-07-31packet-nstrace.c: General cleanupMichael Mann1-228/+127
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+4
2016-01-06Nstrace: Fix field name for nstrace.tcpdbg.rtrttUli Heilmeier1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-2/+2
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+5
2015-07-02Interpret reserved fields netscaler header.anilkumar9111-0/+35
2015-05-22Netscaler: Add support to read MTCP record.anilkumar9111-4/+45
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-28/+13
2015-04-20Make offset unsigned int. anilkumar9111-1/+1
2015-04-13More casts.Guy Harris1-3/+3
2015-04-13Cast away some warnings.Guy Harris1-6/+6
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9111-5/+657
2014-12-23NetScaler Trace: Missing break in switch (CID 281457, 727776 & 1021060)Alexis La Goutte1-1/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-0/+13
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-5/+2
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-2/+2
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris1-3/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-10-28Revert SVN #52914;Bill Meier1-8/+3
2013-10-28From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-3/+8
2013-10-18Revert SVN #52665.Bill Meier1-7/+1
2013-10-18From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-1/+7
2013-09-15emem -> wmemPascal Quantin1-4/+7
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-07-01Do whitespace cleanup;Bill Meier1-123/+171
2013-07-01Define certain 'const char *...' arrays as static.Bill Meier1-1/+1
2013-05-11From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637Evan Huus1-0/+61
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-14Address buildbot error:Anders Broman1-1/+1
2012-09-14From Nikhil Kalu:Anders Broman1-0/+39
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-22From Krishna:Anders Broman1-4/+100
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-8/+8
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-12-04From: Ravi Kondamuru:Bill Meier1-11/+17