aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ajp13.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman1-12/+10
2011-09-22Use ENC_ values in proto_tree_add_item() calls.Guy Harris1-74/+73
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+2
2011-04-27From Yaniv Kaul:Bill Meier1-6/+8
2011-04-04Don't assign to a variable if the value won't be used: Coverity 826;Bill Meier1-38/+32
2011-02-17Don't allocate a bunch of memory on the stack for strings that will beGerald Combs1-54/+30
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-6/+2
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-5/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-4/+2
2009-12-09Fix for Bug 4311:Gerasimos Dimitriadis1-10/+22
2009-10-25From Jakub Zawadzki:Anders Broman1-6/+3
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-12/+12
2009-03-27More size_t casts.Gerald Combs1-2/+2
2009-03-23Fixed some data types to remove some warnings.Stig Bjørlykke1-2/+2
2009-03-18Squelch a P64 warning.Guy Harris1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-2/+2
2007-03-24From Sebastien Tandel:Stephen Fisher1-2/+2
2007-01-02"an wireshark" -> "a wireshark".Martin Mathieson1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-07-22 from ian abelRonnie Sahlberg1-2/+19
2006-05-28Ethereal->WiresharkAnders Broman1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-8/+8
2005-08-20removal of sprintfRonnie Sahlberg1-14/+25
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-28/+3
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-5/+5
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+877