aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-irc.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-34/+32
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-02-21Remove tvb_ from the names of wsutil mempbrk routines.Guy Harris1-9/+9
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin1-1/+1
2015-02-11Combine SSE and pre-compiled patterns for faster pbrkHadriel Kaplan1-22/+19
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-13/+12
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22BASE_NONE -> STR_ASCIIMartin Kaiser1-11/+11
2014-01-22use tvb_get_string_enc(), the strings are 7-bit asciiMartin Kaiser1-4/+6
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-01From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9360 :Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-09-02Batch of filterable expert info.Michael Mann1-10/+30
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-5/+2
2013-04-01Fix for bug 8548:Jaap Keuter1-32/+29
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-12Don't call subdissectors / expert...() / col...() under 'if (tree)'Bill Meier1-454/+451
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-18Fix some: 'cast discards qualifiers from pointer target type' warningsJakub Zawadzki1-6/+6
2012-04-13Emphasize that TAG_DELIMITER must be a null-terminated string.Guy Harris1-0/+1
2012-04-13Needle for guint8_pbrk() must be NULL terminated. Fix bug #7070Jakub Zawadzki1-1/+1
2012-04-13When skipping white space, don't skip past the end of the line.Guy Harris1-8/+38
2012-04-12From Nick Lowe:pascal1-3/+3
2012-04-12From Michael Mann: improved the IRC dissector to be able to pick out the CTCP...Anders Broman1-15/+393
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-01-28Move protocol details from above the copyright notice to below.Stephen Fisher1-14/+17
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2008-10-02From Jelmer Vernooij via enhancement bug #2929:Stephen Fisher1-0/+2
2006-11-29Add some protocol references.Guy Harris1-0/+13
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-10-24Don't get caught in an infinite loop if we're stuck at the end of theGuy Harris1-0/+11
2005-09-23From MartinMRonnie Sahlberg1-37/+11
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+162