aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-winsrepl.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-4/+4
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-11/+11
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2010-02-04From: Stefan Metzmacher <metze@samba.org>sahlberg1-1/+5
2010-01-26Fix some gcc -Wshadow warningswmeier1-6/+6
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-36/+12
2009-07-30Remove more unused variables.gerald1-4/+4
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-03-31#include reassemble.h not req'dwmeier1-1/+0
2009-02-06#include <conversation.h> not req'd ....wmeier1-1/+0
2008-09-26Minor cleanup related to proto_register & proto_reg_handoffwmeier1-2/+2
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2007-10-23Apply the small performance enhancment patches for:etxrab1-11/+11
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-1/+1
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-1/+1
2006-07-11More from Ilja van Sprundel. When we call tvb_new_subset() with agerald1-3/+8
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-01-20packet-bgp.c: Fix incorrect use of g_snprintf return valuejmayer1-1/+1
2005-11-04from Metzesahlberg1-32/+43
2005-09-21Don't fill in a data structure for the packet while dissecting; we useguy1-219/+204
2005-09-21Put in some comments based on stuff seen in the Samba codeguy1-0/+41
2005-09-19Fix a typo.guy1-1/+1
2005-09-13From Stefan Metzmacheretxrab1-18/+79
2005-09-10Add "tvb_get_ipv4()" and "tvb_get_ipv6()" addresses, to fetch IPv4 andguy1-6/+6
2005-09-08start making winsrepl into a new style dissector and use tcp_dissect_pdus()sahlberg1-68/+43
2005-09-08from M&Y Kaulsahlberg1-7/+24
2005-09-07From Metze with minor changes.sahlberg1-0/+827