aboutsummaryrefslogtreecommitdiffstats
path: root/tap-wspstat.c
Commit message (Expand)AuthorAgeFilesLines
* From: http://www.wireshark.org/lists/wireshark-dev/201103/msg00157.htmlChris Maynard2011-03-231-1/+1
* Use value_string_ext fcns to access certain value_string arrays;Bill Meier2010-11-031-9/+11
* Rename vals_status & vals_pdu_type to wsp_vals_status & wsp_vals_pdu_typeBill Meier2010-10-101-4/+4
* Remove unnecessary include: register.hJeff Morriss2010-09-231-19/+18
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-291-3/+3
* Have tap listeners specify whether the "packet" routine requiresGuy Harris2009-06-051-0/+1
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-2/+1
* Tethereal/tethereal -> TShark/tshark.Gerald Combs2006-05-311-7/+7
* Ethereal->WiresharkAnders Broman2006-05-281-7/+7
* ethereal->wireshark updatesRonnie Sahlberg2006-05-221-1/+1
* 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
* 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-2/+2
* Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris2005-06-261-1/+1
* Constify a bunch of structure members and function arguments, to squelchGuy Harris2005-06-241-1/+1
* Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris2005-04-011-1/+1
* change nmake makefiles in /trunk and /trunk/epan so thatLars Roland2005-02-131-4/+0
* As we've made the tap_specific_data field of a tap_packet_t structure aGuy Harris2005-01-011-2/+2
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* From Lars Roland: add support for building a libethereal.dll with MSVC:Guy Harris2004-05-091-1/+5
* WSP status code is hexadecimal.Olivier Biot2003-12-101-2/+2
* Fix comments to correctly refer to the "-z" option.Guy Harris2003-11-271-2/+2
* From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris2003-09-021-0/+284