aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-12ptvcursor_add_text_with_subtree(): Don't crash if called with a NULL tree.morriss1-70/+84
2009-06-11Fix a small indent issue in a comment.stig1-2/+2
2009-05-29python binding for wireshark (first commit)standel1-0/+11
2009-04-22proto.c: proto_registrar_dump...() fixes/changes:wmeier1-15/+61
2009-04-08More size_t fixes. Use a string buffer in range.c.gerald1-7/+7
2009-03-22From Jakub Zawadzki: g_snprintf() & etc since glib 1.3.12 wmeier1-116/+52
2009-03-13From Jakub Zawadzki (bug 3331):stig1-2/+1
2009-03-12From Jakub Zawadzki (bug3330):stig1-0/+1
2009-03-09Removed support for FT_UINT64/BASE_NONE/VALS combination.stig1-10/+4
2009-03-09Added FT_INT*/FT_UINT* with BASE_NONE and a value string as a valid combination.stig1-42/+60
2009-02-24Add posibility to mark protocol as private. This prevents inadvertent Wiki ac...jake1-0/+20
2008-12-19Back out r27047 and r27053.gerald1-14/+2
2008-12-18Make proto_tree_add_bytes_format() (unused) behave as expected.martinm1-2/+14
2008-12-15Fix trivial spelling errorwmeier1-1/+1
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...kukosa1-2/+2
2008-11-26Tighten field array check to avoid printing problems.jake1-1/+4
2008-11-03From Michael McCartney:jake1-52/+37
2008-10-24Show both short and long protocol name in the Filter Expression dialog.stig1-0/+8
2008-10-15From Andrew Narver:jake1-27/+42
2008-10-10Added an option to syntax check only a single field name.stig1-0/+6
2008-09-23As reported by Chidambaram Arunachalam in bug 2893:stig1-17/+51
2008-08-04From Alexey Neyman :etxrab1-80/+141
2008-08-01From Alexey Neyman:etxrab1-3/+17
2008-07-30From Alexey Neyman :etxrab1-139/+79
2008-07-24Remove the (long deprecated) proto_tree_add_*_hidden() functionsmorriss1-226/+0
2008-06-23Rename arguments not to collide with function names, to avoid warningsguy1-4/+4
2008-06-11ptvcursor_subtree_set_item() does not need to be exported.jake1-1/+2
2008-04-25Fix for bug #2480: Custom column, wrong display of 802.11 Sleep mode statussfisher1-1/+1
2008-04-16fields passed into proto_tree_add_bits_* should have bits==0richardv1-0/+5
2008-04-09Remove:etxrab1-4/+0
2008-04-07- Remove GLIB1 codesfisher1-37/+3
2008-04-03typo initializators -> initializerslego1-2/+2
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmllego1-0/+93
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :morriss1-4/+21
2008-03-10Fix for bug 2328.martinm1-2/+2
2008-03-09Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2009 : if the dissecto...morriss1-15/+66
2008-03-01Custom column updates:sfisher1-19/+19
2008-02-24Added support for FT_IPv4, FT_GUID and FT_OID in custom columns.stig1-1/+7
2008-02-22Print integer values according to hfinfo->display.stig1-4/+171
2008-02-22Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.stig1-0/+9
2008-02-22Some custom column enhancements:stig1-2/+16
2008-02-22Some custom column fixes:stig1-3/+3
2008-02-22Add ability to make more field types into custom columns: FT_ETHER & FT_BYTES.sfisher1-1/+5
2008-02-14Add/fix a few calls to col_custom_set_fstr() for custom columns.sfisher1-3/+8
2008-02-13Check in changes originally checked in as SVN revision 24308 (new columnsfisher1-2/+11
2008-02-12Revert commit 24308 until I can get it to compile on Windows/Linux/Solarissfisher1-11/+2
2008-02-12Introduce a new column type called custom, which lets you put any displaysfisher1-2/+11
2008-01-16Print the string to STDOUT regardless of the value of tree.jake1-3/+2
2008-01-14This patch adds support for configuration profiles, which can be used tostig1-0/+17
2007-12-22Describe text only field as "Text Item", shown in status bar.jake1-3/+3