aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/decode_as_dlg.c
AgeCommit message (Collapse)AuthorFilesLines
2001-08-21Fix a typo.Guy Harris1-2/+2
svn path=/trunk/; revision=3860
2001-06-25A better fix - we don't use "assigned" if the action was E_DECODE_NO, soGuy Harris1-14/+9
don't bother fetching it if the action is E_DECODE_NO; that means we can also avoid fetching the currently selected row if the action is E_DECODE_NO, so the fact that we've cleared the selection if the action is E_DECODE_NO doesn't matter. svn path=/trunk/; revision=3606
2001-06-25In "decode_network()", get the information about the currently selectedGuy Harris1-6/+13
row *before* calling "decode_simple()", as, if the "Do not decode" radio button is selected, "decode_simple()" will clear the current selection. svn path=/trunk/; revision=3605
2001-05-30No old-style dissectors call "old_dissector_try_port()", so get rid ofGuy Harris1-2/+2
"old_dissector_try_port()". There are no longer any old-style heuristic or conversation dissectors, so get rid of "old_heur_dissector_add()" and "old_conv_dissector_add()" and the data-structure members that support old-style heuristic and conversation dissectors. svn path=/trunk/; revision=3478
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris1-2/+2
"packet-ip.h". Fix Gerald's address in some files while we're at it. svn path=/trunk/; revision=3366
2001-03-26GUI code fixes from Eduardo P�rez Ureta.Guy Harris1-2/+2
svn path=/trunk/; revision=3189
2001-02-14"Decode As" UI cleanups, and documentation, from David Hampton.Guy Harris1-71/+54
svn path=/trunk/; revision=3032
2001-02-12Display Ethernet protocol types in hex, not decimal (that's how they'reGuy Harris1-5/+5
generally shown), and display port numbers and IP protocol numbers as unsigned. svn path=/trunk/; revision=3022
2001-02-11Inactivate the "Decode As" menu item if the "Decode As" dialog boxGuy Harris1-11/+23
wouldn't actually offer any options to the user. Make a bunch of routines static that aren't used outside "decode_as_dlg.c". Remove the declaration of the nonexistent "decode_as_register_tcpudp()" routine. svn path=/trunk/; revision=3020
2001-02-01"Decode As" dialog, from David Hampton.Guy Harris1-0/+1462
svn path=/trunk/; revision=2965