aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ajp13.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-15tvb_[reported_]length_remaining can return -1wmeier1-1/+1
2011-11-08From Iain Arnell via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6546alagoutte1-0/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-14From Iain Arnell:guy1-0/+149
2011-10-14From Iain Arnell:guy1-87/+234
2011-10-14From Iain Arnell:guy1-1/+5
2011-10-13Delete unused hf_ entries found by checkhf.pl.cmaynard1-5/+0
2011-10-12From Iain Arnell:guy1-16/+8
2011-10-12From Iain Arnell:guy1-1/+1
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.etxrab1-12/+10
2011-09-22Use ENC_ values in proto_tree_add_item() calls.guy1-74/+73
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-0/+2
2011-04-27From Yaniv Kaul:wmeier1-6/+8
2011-04-04Don't assign to a variable if the value won't be used: Coverity 826;wmeier1-38/+32
2011-02-17Don't allocate a bunch of memory on the stack for strings that will begerald1-54/+30
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-6/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-5/+4
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-01-13From Didier Gautheron:etxrab1-4/+2
2009-12-09Fix for Bug 4311:dimeg1-10/+22
2009-10-25From Jakub Zawadzki:etxrab1-6/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringskrj1-2/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-12/+12
2009-03-27More size_t casts.gerald1-2/+2
2009-03-23Fixed some data types to remove some warnings.stig1-2/+2
2009-03-18Squelch a P64 warning.guy1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-2/+2
2007-03-24From Sebastien Tandel:sfisher1-2/+2
2007-01-02"an wireshark" -> "a wireshark".martinm1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-07-22 from ian abelsahlberg1-2/+19
2006-05-28Ethereal->Wiresharketxrab1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-8/+8
2005-08-20removal of sprintfsahlberg1-14/+25
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-28/+3
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-5/+5
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+877