summaryrefslogtreecommitdiff
path: root/epan/proto.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-21Delay TRY_TO_FAKE_THIS_ITEM() in proto_tree_add_bits_ret_val() until we know ...Kovarththanan Rajaratnam1-1/+9
2009-08-21Don't try TRY_TO_FAKE_THIS_ITEM in proto_tree_add_bits_ret_val(), as otherwiseMartin Mathieson1-1/+1
2009-08-21Also fake empty field_info's by gracefully handling NULL field_info pointer e...Kovarththanan Rajaratnam1-10/+40
2009-08-19Move TRY_TO_FAKE_THIS_ITEM to all public proto_xxx methods. Currently we rely...Kovarththanan Rajaratnam1-5/+110
2009-08-17Move the NULL pointer 'tree' check under TRY_TO_FAKE_THIS_ITEMs umbrellaKovarththanan Rajaratnam1-62/+2
2009-08-17Don't do PROTO_REGISTRAR_GET_NTH twice.Kovarththanan Rajaratnam1-49/+31
2009-08-15This should have been part of r29428. This patch forces proto_field_is_refere...Kovarththanan Rajaratnam1-0/+3
2009-08-12DISSECTOR_ASSERT on FT_PCRE in construct_match_selected_string().Kovarththanan Rajaratnam1-1/+6
2009-08-11TRY_TO_FAKE_THIS_ITEM now fakes FT_PROTOCOL per default. If there are any use...Kovarththanan Rajaratnam1-3/+22
2009-08-09Add PTREE_FINFO and use PITEM_FINFO when possible.Kovarththanan Rajaratnam1-11/+11
2009-08-09Add PNODE_FINFO. We've been using PITEM_FINFO on proto_node's. This works bec...Kovarththanan Rajaratnam1-4/+4
2009-08-09g_error() if registering a subtree item type already registered (or not initi...Bill Meier1-1/+9
2009-07-23From Kovarththanan Rajaratnam:Anders Broman1-1/+2
2009-07-18From Kovarththanan Rajaratnam via bug 3719:Stig Bjørlykke1-47/+73
2009-07-15From Kovarththanan Rajaratnam:Stig Bjørlykke1-3/+15
2009-07-07Added some casts for true_false_string's.Stig Bjørlykke1-2/+2
2009-06-12ptvcursor_add_text_with_subtree(): Don't crash if called with a NULL tree.Jeff Morriss1-70/+84
2009-06-11Fix a small indent issue in a comment.Stig Bjørlykke1-2/+2
2009-05-29python binding for wireshark (first commit)Sebastien Tandel1-0/+11
2009-04-22proto.c: proto_registrar_dump...() fixes/changes:Bill Meier1-15/+61
2009-04-08More size_t fixes. Use a string buffer in range.c.Gerald Combs1-7/+7
2009-03-22From Jakub Zawadzki: g_snprintf() & etc since glib 1.3.12 Bill Meier1-116/+52
2009-03-13From Jakub Zawadzki (bug 3331):Stig Bjørlykke1-2/+1
2009-03-12From Jakub Zawadzki (bug3330):Stig Bjørlykke1-0/+1
2009-03-09Removed support for FT_UINT64/BASE_NONE/VALS combination.Stig Bjørlykke1-10/+4
2009-03-09Added FT_INT*/FT_UINT* with BASE_NONE and a value string as a valid combination.Stig Bjørlykke1-42/+60
2009-02-24Add posibility to mark protocol as private. This prevents inadvertent Wiki ac...Jaap Keuter1-0/+20
2008-12-19Back out r27047 and r27053.Gerald Combs1-14/+2
2008-12-18Make proto_tree_add_bytes_format() (unused) behave as expected.Martin Mathieson1-2/+14
2008-12-15Fix trivial spelling errorBill Meier1-1/+1
2008-12-10put the SCTP PPI for current DATA chunk into packet_info (and ppid array rena...Tomas Kukosa1-2/+2
2008-11-26Tighten field array check to avoid printing problems.Jaap Keuter1-1/+4
2008-11-03From Michael McCartney:Jaap Keuter1-52/+37
2008-10-24Show both short and long protocol name in the Filter Expression dialog.Stig Bjørlykke1-0/+8
2008-10-15From Andrew Narver:Jaap Keuter1-27/+42
2008-10-10Added an option to syntax check only a single field name.Stig Bjørlykke1-0/+6
2008-09-23As reported by Chidambaram Arunachalam in bug 2893:Stig Bjørlykke1-17/+51
2008-08-04From Alexey Neyman :Anders Broman1-80/+141
2008-08-01From Alexey Neyman:Anders Broman1-3/+17
2008-07-30From Alexey Neyman :Anders Broman1-139/+79
2008-07-24Remove the (long deprecated) proto_tree_add_*_hidden() functionsJeff Morriss1-226/+0
2008-06-23Rename arguments not to collide with function names, to avoid warningsGuy Harris1-4/+4
2008-06-11ptvcursor_subtree_set_item() does not need to be exported.Jaap Keuter1-1/+2
2008-04-25Fix for bug #2480: Custom column, wrong display of 802.11 Sleep mode statusStephen Fisher1-1/+1
2008-04-16fields passed into proto_tree_add_bits_* should have bits==0Richard van der Hoff1-0/+5
2008-04-09Remove:Anders Broman1-4/+0
2008-04-07- Remove GLIB1 codeStephen Fisher1-37/+3
2008-04-03typo initializators -> initializersLuis Ontanon1-2/+2
2008-04-03http://www.wireshark.org/lists/wireshark-dev/200803/msg00308.htmlLuis Ontanon1-0/+93
2008-03-15From http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :Jeff Morriss1-4/+21