aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-user_encap.c
AgeCommit message (Collapse)AuthorFilesLines
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon1-1/+1
svn path=/trunk/; revision=25937
2008-07-25Fix typos, clean up a message.Guy Harris1-1/+1
svn path=/trunk/; revision=25835
2008-06-26Fix some warnings reported by gcc -Wshadow ...Bill Meier1-4/+4
svn path=/trunk/; revision=25607
2008-03-06Added an option to uat_new() to set if configuration shall be saved in theStig Bjørlykke1-0/+1
selected profile. Don't save SMI Paths and SMI Modules in the profiles because reloading currently doesn't work (bug 2309). svn path=/trunk/; revision=24580
2007-05-25- epan/uat.h: change the UAT_PROTO_DEF macro to handle both the name of the ↵Luis Ontanon1-3/+6
dissector and the handle - packet-user_encap.c: use the new UAT_PROTO_DEF - gtk/uat_gui.c: change the order of "containment" of the widgets to have the clist fields sized to the scrolledwindow instead of the whole window svn path=/trunk/; revision=21934
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-1/+1
--enable-extra-gcc-checks set. If we turn on -pedantic, try turning on -Wno-long-long as well, so that it's not *so* pedantic that it rejects the 64-bit integral data types that we explicitly require. Constify a bunch of stuff, and make some other changes, to get rid of warnings. Clean up some indentation. svn path=/trunk/; revision=21526
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping1-1/+1
change #ifdef _WIN32 -> #ifdef _MSC_VER around pragma warnings svn path=/trunk/; revision=21228
2007-03-27fix the remaining MSVC warnings by setting individual ↵Ulf Lamping1-0/+5
#pragma(warning:disable) settings - this is very certainly not the way to go, but the way to prevent additional warnings rushing in ... svn path=/trunk/; revision=21221
2007-02-12Add a description of UAT fields, and have it as a tooltip in the New/Edit ↵Luis Ontanon1-6/+6
Dialog. svn path=/trunk/; revision=20797
2007-02-09* Add a Submenu (/Views/User Tables) where UATs can be accessed.Luis Ontanon1-16/+16
* Remove macros_dlg, the DFMacros UAT goes in the menu with all the rest * in packet-user_encap.c WTAP_ENCAP=XXX has become useless information for the user leave just the DLT# svn path=/trunk/; revision=20753
2007-02-08Have the windows buildot compiling again.Luis Ontanon1-2/+4
svn path=/trunk/; revision=20742
2007-02-07UAT: filed definitions for proto (a dissector hanlde obtained by name)Luis Ontanon1-143/+119
UATify user-DLTs svn path=/trunk/; revision=20740
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18196
2005-09-21Squelch a compiler warning.Guy Harris1-1/+1
svn path=/trunk/; revision=15920
2005-08-05More char -> const char warning fixesJörg Mayer1-3/+3
svn path=/trunk/; revision=15222
2005-07-25Make the DLT an option, reduce the number of instances and rename them.Luis Ontanon1-75/+82
svn path=/trunk/; revision=15064
2005-07-24Constify to remove a bunch of warnings. Add some casts to squelchGuy Harris1-3/+3
(presumably-)harmless-but-otherwise-unremovable const-to-nonconst warnings. In the TACACS dissector, clean up the variables used in option parsing to avoid some const-to-nonconst warnings. Clean up some white space. svn path=/trunk/; revision=15043
2005-06-06the trailer's offset and len were not ok.Luis Ontanon1-7/+4
svn path=/trunk/; revision=14566
2005-06-04Give the user the ability to decide how to decode USER DLTsLuis Ontanon1-0/+210
svn path=/trunk/; revision=14551