aboutsummaryrefslogtreecommitdiffstats
path: root/tap-protocolinfo.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+1
2009-03-15From Jakub Zawadzki:Stig Bjørlykke1-3/+1
2009-01-13Make the column check actually check the information column status.Jaap Keuter1-4/+4
2008-03-02Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-2/+2
2006-11-24Have separate proto_construct_match_selected_string() andGuy Harris1-1/+2
2006-11-23Rename proto_construct_dfilter_string() toGuy Harris1-2/+1
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs1-5/+5
2006-05-28Ethereal->WiresharkAnders Broman1-5/+5
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-02-11 add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon1-2/+2
2005-09-01convert one sprintf into g_snprintf()Ronnie Sahlberg1-1/+0
2005-08-20Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris1-1/+1
2005-08-19Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris1-1/+1
2005-08-19Move the APIs for registering and processing "-z" command-line argumentsGuy Harris1-1/+2
2005-08-06Squelch more const warnings (and fix some memory leaks that found).Guy Harris1-3/+3
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris1-1/+1
2005-01-01As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris1-1/+1
2004-12-29Make the tone of the error messages a bit less formal, by usingGuy Harris1-1/+1
2004-10-18Don't blow up if the proto,colinfo tap is used but the columns aren'tGuy Harris1-0/+14
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2003-05-03Rename "proto_alloc_dfilter_string()" toGuy Harris1-4/+6
2003-04-23Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris1-4/+8
2003-04-23Allow taps to have menu item registration routines; the menu itemGuy Harris1-2/+2
2002-11-04New tap extension to tethereal: ProtoColInfoRonnie Sahlberg1-0/+127