aboutsummaryrefslogtreecommitdiffstats
path: root/tap-protocolinfo.c
Commit message (Expand)AuthorAgeFilesLines
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-1/+1
* From Jakub Zawadzki:Stig Bjørlykke2009-03-151-3/+1
* Make the column check actually check the information column status.Jaap Keuter2009-01-131-4/+4
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-021-2/+2
* Have separate proto_construct_match_selected_string() andGuy Harris2006-11-241-1/+2
* Rename proto_construct_dfilter_string() toGuy Harris2006-11-231-2/+1
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-5/+5
* Ethereal->WiresharkAnders Broman2006-05-281-5/+5
* name changeRonnie Sahlberg2006-05-211-2/+2
* add an userdata argument to register_stat_cmd_arg() and its callback to use ...Luis Ontanon2006-02-111-2/+2
* convert one sprintf into g_snprintf()Ronnie Sahlberg2005-09-011-1/+0
* Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals withGuy Harris2005-08-201-1/+1
* Move the stats.[ch] stuff into epan, so plugins can use it.Guy Harris2005-08-191-1/+1
* Move the APIs for registering and processing "-z" command-line argumentsGuy Harris2005-08-191-1/+2
* Squelch more const warnings (and fix some memory leaks that found).Guy Harris2005-08-061-3/+3
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-1/+1
* Make the tone of the error messages a bit less formal, by usingGuy Harris2004-12-291-1/+1
* Don't blow up if the proto,colinfo tap is used but the columns aren'tGuy Harris2004-10-181-0/+14
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Rename "proto_alloc_dfilter_string()" toGuy Harris2003-05-031-4/+6
* Make "register_tap_listener()" return NULL on success and a "GString *"Guy Harris2003-04-231-4/+8
* Allow taps to have menu item registration routines; the menu itemGuy Harris2003-04-231-2/+2
* New tap extension to tethereal: ProtoColInfoRonnie Sahlberg2002-11-041-0/+127