aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-winsrepl.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-3/+1
2016-05-30winsrepl: don't THROW() an exception from a dissectorMartin Kaiser1-3/+3
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-1/+1
2015-06-21Remove deprecated tvb_length from a bunch of dissectorsEvan Huus1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+2
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-9/+11
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-9/+9
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-3/+16
2014-09-07Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-4/+13
2014-07-06convert to proto_tree_add_subtree[_format]Michael Mann1-49/+33
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-14Fix some trivial warnings.Jakub Zawadzki1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-13/+12
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-03-19From beroset:Anders Broman1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-11/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2010-02-04From: Stefan Metzmacher <metze@samba.org>Ronnie Sahlberg1-1/+5
2010-01-26Fix some gcc -Wshadow warningsBill Meier1-6/+6
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-36/+12
2009-07-30Remove more unused variables.Gerald Combs1-4/+4
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-03-31#include reassemble.h not req'dBill Meier1-1/+0
2009-02-06#include <conversation.h> not req'd ....Bill Meier1-1/+0
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffBill Meier1-2/+2
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-11/+11
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...Anders Broman1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...Ronnie Sahlberg1-1/+1
2006-07-11More from Ilja van Sprundel. When we call tvb_new_subset() with aGerald Combs1-3/+8
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valueJörg Mayer1-1/+1
2005-11-04from MetzeRonnie Sahlberg1-32/+43