aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
Commit message (Expand)AuthorAgeFilesLines
* Back out r27047 and r27053.Gerald Combs2008-12-191-14/+2
* Make proto_tree_add_bytes_format() (unused) behave as expected.Martin Mathieson2008-12-181-2/+14
* Fix trivial spelling errorBill Meier2008-12-151-1/+1
* put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...Tomas Kukosa2008-12-101-2/+2
* Tighten field array check to avoid printing problems.Jaap Keuter2008-11-261-1/+4
* From Michael McCartney:Jaap Keuter2008-11-031-52/+37
* Show both short and long protocol name in the Filter Expression dialog.Stig Bjørlykke2008-10-241-0/+8
* From Andrew Narver:Jaap Keuter2008-10-151-27/+42
* Added an option to syntax check only a single field name.Stig Bjørlykke2008-10-101-0/+6
* As reported by Chidambaram Arunachalam in bug 2893:Stig Bjørlykke2008-09-231-17/+51
* From Alexey Neyman :Anders Broman2008-08-041-80/+141
* From Alexey Neyman:Anders Broman2008-08-011-3/+17
* From Alexey Neyman :Anders Broman2008-07-301-139/+79
* Remove the (long deprecated) proto_tree_add_*_hidden() functionsJeff Morriss2008-07-241-226/+0
* Rename arguments not to collide with function names, to avoid warningsGuy Harris2008-06-231-4/+4
* ptvcursor_subtree_set_item() does not need to be exported.Jaap Keuter2008-06-111-1/+2
* Fix for bug #2480: Custom column, wrong display of 802.11 Sleep mode statusStephen Fisher2008-04-251-1/+1
* fields passed into proto_tree_add_bits_* should have bits==0Richard van der Hoff2008-04-161-0/+5
* Remove:Anders Broman2008-04-091-4/+0
* - Remove GLIB1 codeStephen Fisher2008-04-071-37/+3
* typo initializators -> initializersLuis Ontanon2008-04-031-2/+2
* http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon2008-04-031-0/+93
* From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss2008-03-151-4/+21
* Fix for bug 2328.Martin Mathieson2008-03-101-2/+2
* Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2009 : if the dissecto...Jeff Morriss2008-03-091-15/+66
* Custom column updates:Stephen Fisher2008-03-011-19/+19
* Added support for FT_IPv4, FT_GUID and FT_OID in custom columns.Stig Bjørlykke2008-02-241-1/+7
* Print integer values according to hfinfo->display.Stig Bjørlykke2008-02-221-4/+171
* Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.Stig Bjørlykke2008-02-221-0/+9
* Some custom column enhancements:Stig Bjørlykke2008-02-221-2/+16
* Some custom column fixes:Stig Bjørlykke2008-02-221-3/+3
* Add ability to make more field types into custom columns: FT_ETHER & FT_BYTES.Stephen Fisher2008-02-221-1/+5
* Add/fix a few calls to col_custom_set_fstr() for custom columns.Stephen Fisher2008-02-141-3/+8
* Check in changes originally checked in as SVN revision 24308 (new columnStephen Fisher2008-02-131-2/+11
* Revert commit 24308 until I can get it to compile on Windows/Linux/SolarisStephen Fisher2008-02-121-11/+2
* Introduce a new column type called custom, which lets you put any displayStephen Fisher2008-02-121-2/+11
* Print the string to STDOUT regardless of the value of tree.Jaap Keuter2008-01-161-3/+2
* This patch adds support for configuration profiles, which can be used toStig Bjørlykke2008-01-141-0/+17
* Describe text only field as "Text Item", shown in status bar.Jaap Keuter2007-12-221-3/+3
* Register the "samr.nt_password" preference as obsolete.Gerald Combs2007-12-071-28/+30
* #if out a function that is only used when building with glib 2 or laterRonnie Sahlberg2007-12-041-0/+2
* Severities are unsigned.Guy Harris2007-12-031-1/+1
* Next few improvements to speed up startup about 10%.Tomas Kukosa2007-11-301-4/+4
* fix GLIB 1.x compatibilityTomas Kukosa2007-11-291-1/+9
* Various changes with focus to startup speedupTomas Kukosa2007-11-281-40/+70
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-1/+5
* Introduce a new field type called FT_EBCDIC. This field works the same asStephen Fisher2007-11-191-0/+22
* Get rid of most of the legacy oid stuff.Anders Broman2007-11-011-3/+3
* Change:Anders Broman2007-11-011-1/+1
* Make groups of PDUs filterable as large FT_BYTES itemsMartin Mathieson2007-10-231-0/+3