aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ajp13.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-9/+22
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+10
2013-09-30Convert some proto_tree_add_string_format calls to something more appropriate.Michael Mann1-27/+9
2013-09-12Convert a few more dissectors to wmem.Evan Huus1-6/+6
2013-05-12Fix compilationPascal Quantin1-1/+1
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-0/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-14fix subtle g_strdup_printf() memory leaks with ephemeral memoryMichael Mann1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-2/+2
2012-04-30Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2011-11-15tvb_[reported_]length_remaining can return -1Bill Meier1-1/+1
2011-11-08From Iain Arnell via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6546Alexis La Goutte1-0/+5
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-14From Iain Arnell:Guy Harris1-0/+149
2011-10-14From Iain Arnell:Guy Harris1-87/+234
2011-10-14From Iain Arnell:Guy Harris1-1/+5
2011-10-13Delete unused hf_ entries found by checkhf.pl.Chris Maynard1-5/+0
2011-10-12From Iain Arnell:Guy Harris1-16/+8
2011-10-12From Iain Arnell:Guy Harris1-1/+1
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