aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsync.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-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-9/+9
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-11/+5
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-01-25From Didier Gautheron via bug 4420:stig1-10/+2
2010-01-19Fix a few gcc _Wshadow warnings ....wmeier1-7/+7
2009-09-24Don't guard col_append_str with check_colkrj1-18/+6
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-8/+8
2008-10-27Fix bug in each dissector: port pref change was ignored; Related: proto_reg_h...wmeier1-3/+16
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2006-12-07As ponted out by Stig Bjørlykke change a whole bunch of dissector_handle_t t...etxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-12-27As reported by Toralf Foerster in bug 647:jmayer1-1/+1
2005-05-29fix #86: use format_text before adding version string to the info columnulfl1-2/+7
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-3/+4
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+338