aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ajp13.c
Commit message (Expand)AuthorAgeFilesLines
* Don't allocate a bunch of memory on the stack for strings that will beGerald Combs2011-02-171-54/+30
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss2010-09-231-1/+1
* As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss2010-05-131-6/+2
* Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier2010-05-101-5/+4
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* From Didier Gautheron:Anders Broman2010-01-131-4/+2
* Fix for Bug 4311:Gerasimos Dimitriadis2009-12-091-10/+22
* From Jakub Zawadzki:Anders Broman2009-10-251-6/+3
* * Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam2009-09-241-2/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-12/+12
* More size_t casts.Gerald Combs2009-03-271-2/+2
* Fixed some data types to remove some warnings.Stig Bjørlykke2009-03-231-2/+2
* Squelch a P64 warning.Guy Harris2009-03-181-1/+1
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-2/+2
* From Sebastien Tandel:Stephen Fisher2007-03-241-2/+2
* "an wireshark" -> "a wireshark".Martin Mathieson2007-01-021-1/+1
* change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg2006-10-311-1/+1
* from ian abelRonnie Sahlberg2006-07-221-2/+19
* Ethereal->WiresharkAnders Broman2006-05-281-2/+2
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-8/+8
* removal of sprintfRonnie Sahlberg2005-08-201-14/+25
* gmemchunk -> se_alloc() improvementsRonnie Sahlberg2005-08-121-28/+3
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-5/+5
* From Jon Ringle:Anders Broman2005-02-021-2/+2
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+877