aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tivoconnect.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+1
2013-11-22Create multiple dissection functions if packet_info->ipproto is used to disti...Michael Mann1-9/+18
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-6/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-16/+16
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-03-29More size_t casts.Anders Broman1-2/+2
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-13/+5
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-04-09Remove:Anders Broman1-4/+0
2007-12-08Fix TiVoConnect dissector, seemingly broken since rev 18415.Stephen Fisher1-0/+3
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-7/+11
2006-06-09Make dissect_tivoconnect() a proper "new-style" dissector, and registerGuy Harris1-9/+5
2006-06-07Update the download link in the help dialog. More Ethereal -> Wireshark.Gerald Combs1-3/+3
2006-06-02The actual file packet-tivoconnect.c was missingJörg Mayer1-0/+278