aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-02-07rename Logoff to SessionLogoff to make it consistent withRonnie Sahlberg1-6/+6
TreeConnect/TreeDisconnect svn path=/trunk/; revision=17201
2006-02-07Paolo Abeni:Jörg Mayer5-5/+13
>There is still an issue into the HAVE_LIBGNUTLS macro definition. I'm >fixing it and cleaning a bit the windows side configuration. I hope to >post soon the fix. The attached patch should fix the issue. I missed to modify the config.win32 file and I misstyped a few macros name. svn path=/trunk/; revision=17200
2006-02-07Peter Kjellerstedt:Jörg Mayer1-0/+8
GTK_WRAP_WORD_CHAR does not exist in old versions of GTK2+ (2.2.1 and earlier). The following patch should make it compile again (solution borrowed from GAIM). svn path=/trunk/; revision=17199
2006-02-07lua autofoo:Jörg Mayer2-3/+13
- Fail if with-lua was given but liblualib is missing - Make the test for liblualib succeed on my system (make sure the test gets linked with liblua and libm). svn path=/trunk/; revision=17198
2006-02-07add dissection of the P (PID Valid) bit in the headerRonnie Sahlberg2-4/+24
If the P bit is NOT set, then flag the PID field as "(not valid)" Sicne the TID might be undefined/0 in the response to a "pending" read we cant use that solely to determine if a read was for a named/pipe (==dcerpc) Assume that only NamedPipe reads can be STATUS_PENDING and thus have the P bit set and assume it IS dcerpc if the P bit is set. svn path=/trunk/; revision=17197
2006-02-07changes to build lua plugin with MSVC6:Lars Roland8-14/+111
- nmake makefile for lua plugin added. - declare variables at the beginning of a function. - proto_reg_handoff_lua was removed, remove remaining calls, too. - missing functions to libethereal.def added. add lua plugin to installer, if available. svn path=/trunk/; revision=17196
2006-02-07add dissection ofRonnie Sahlberg3-1/+63
SMB/SetFileInfo level 1023 SMB2/SetInfo/FILE_INFO level 0x17 FILE_PIPE_INFO infolevel svn path=/trunk/; revision=17195
2006-02-07Dissect channel needed.Anders Broman3-13/+50
svn path=/trunk/; revision=17194
2006-02-07Add a RFC value.Anders Broman2-5/+7
svn path=/trunk/; revision=17193
2006-02-07init_routines was moved back to globals.Luis Ontanon1-1/+1
svn path=/trunk/; revision=17192
2006-02-07I Noticed a crash when registering a tap with filter during handoff (that's ↵Luis Ontanon2-46/+9
when I had lua starting) trying to see if I could move dfilter_init() before protocol registration I discovered register_final_registration_routine() neat! Lua protocols won't need a handoff routine anymore!! svn path=/trunk/; revision=17191
2006-02-06+ gui_enabled()Luis Ontanon3-10/+25
* make the gui routines call-able since the first line of the script svn path=/trunk/; revision=17190
2006-02-06- fix a leakLuis Ontanon3-7/+14
- register the funnel mini-api ASAP svn path=/trunk/; revision=17189
2006-02-06Forgot to add ssl-dlg.h to the distroJörg Mayer1-0/+1
svn path=/trunk/; revision=17188
2006-02-06Paolo AbeniJörg Mayer1-10/+10
the attached patch set correctly the title of the 'Follow SSL stream' dialog, to fix one issue reported by Nail Devis. Unfortunaly there isn't an easy way to enable the 'Follow SSL stream' dialog only for ssl session without knowing the value of proto_ssl (the ssl protocol id), because the ssl dissector can run on user specified ports (configured via preferences) svn path=/trunk/; revision=17187
2006-02-06prettify class/infolevel for GetInfo/SetInfoRonnie Sahlberg1-62/+132
svn path=/trunk/; revision=17186
2006-02-06fix some variable declarations bugs (code not conforming to ANSI-C)Ulf Lamping1-3/+8
svn path=/trunk/; revision=17185
2006-02-06Declare -ssl_stream_cb in ssl-dlg.hJörg Mayer3-3/+36
svn path=/trunk/; revision=17184
2006-02-06svn eol-style and keywordsJörg Mayer1-1/+1
svn path=/trunk/; revision=17183
2006-02-06Export the new privilege-manipulation routines (not that they doGuy Harris1-0/+3
anything on Windows). svn path=/trunk/; revision=17182
2006-02-06Move the code to relinquish set-UID and set-GID privileges to a routineGuy Harris3-15/+36
in epan/privileges.c. svn path=/trunk/; revision=17181
2006-02-06dissect the TWrp chain elementRonnie Sahlberg1-0/+15
svn path=/trunk/; revision=17180
2006-02-06add dissection of a few more create optionsRonnie Sahlberg1-15/+86
svn path=/trunk/; revision=17179
2006-02-06another gtk_resize_window()Ronnie Sahlberg1-0/+5
svn path=/trunk/; revision=17178
2006-02-06From Paolo Abeni:Guy Harris6-14/+37
Set up to build on Windows if we have GNU TLS. Define "ssl_data_set()" regardless of whether we have GNU TLS or not, as it's used in either case. Get rid of an extra #include of epan/gnuc_format_check.h. svn path=/trunk/; revision=17177
2006-02-06gtk1.x does not have gtk_window_resize()Ronnie Sahlberg1-0/+5
svn path=/trunk/; revision=17176
2006-02-06Tag some #else/#endif to make it clearer what tests they handle.Guy Harris1-13/+12
Also, remove some trailing white space. svn path=/trunk/; revision=17175
2006-02-06Add code to check whether the app was started with special privilegesGuy Harris7-4/+156
(e.g., set-UID or set-GID), and don't load user plugs if it is. svn path=/trunk/; revision=17174
2006-02-06Lua uses the simple dialogLuis Ontanon4-1/+126
svn path=/trunk/; revision=17173
2006-02-06The simple dialogLuis Ontanon2-32/+153
svn path=/trunk/; revision=17172
2006-02-06No C++/C99-style comments, please.Guy Harris1-2/+4
svn path=/trunk/; revision=17171
2006-02-06Include <epan/gnuc_format_check.h> in packet-ssl-utils.h, notGuy Harris2-2/+2
packet-ssl-utils.c; everything else that includes it is a header file. svn path=/trunk/; revision=17170
2006-02-06From Paolo Abeni: fix some warnings, etc..Guy Harris4-122/+224
svn path=/trunk/; revision=17169
2006-02-06"text_window_delete_event_cb()" returns a gboolean; declare it as such.Guy Harris1-1/+1
svn path=/trunk/; revision=17168
2006-02-05Add an example of tap,text window and menu usageLuis Ontanon1-0/+58
svn path=/trunk/; revision=17167
2006-02-05* move all the tap functions to lua_tapLuis Ontanon5-198/+258
* change the way taps work (docs coming) * add an at_close method to the textwindow that allows the user to set a callback function to be called when the window is closed svn path=/trunk/; revision=17166
2006-02-05* add an option to funnel_register_menu to retap the packets right after ↵Luis Ontanon3-13/+68
been called * add a set_close_cllback function to the textwindow mini-api to set a callback to be called when the window gets closed. * fix few issues regarding the closing of the window svn path=/trunk/; revision=17165
2006-02-05Trivial warning fix (no newline at end of file)Jörg Mayer2-2/+4
svn path=/trunk/; revision=17164
2006-02-05H.248 over UDPLuis Ontanon2-9/+48
svn path=/trunk/; revision=17163
2006-02-05Allow lua to register menu itemsLuis Ontanon3-0/+70
svn path=/trunk/; revision=17162
2006-02-05- add a register_menu funnel Luis Ontanon4-34/+39
- remove the field_menu altoghether (It was not what I thought) - move a declaration to the start of a function to allow VC6 to compile svn path=/trunk/; revision=17161
2006-02-05Update from the current asn1/tcap code.Guy Harris1-0/+2
svn path=/trunk/; revision=17160
2006-02-05Change port define to something more readableJörg Mayer1-8/+8
svn path=/trunk/; revision=17159
2006-02-05from JBMRonnie Sahlberg2-1/+31
some more functions names of new procedures in Vista svn path=/trunk/; revision=17158
2006-02-05Buildbot found:Jörg Mayer2-1/+3
- p_rem_proto_data has been renamed to p_remove_proto_data - I forgot to commit the changes to Makefile.common svn path=/trunk/; revision=17157
2006-02-04Paolo AbeniJörg Mayer11-187/+3570
I have developed an external plugin to enable ssl decryption in ethereal. Me - Remove unnecessary $Id$ from acinclude.m4 - Added packet-ssl-utils.h to Makefile.common - Fixed a few warnings TODO - Lots of warning fixes (see separate mail) - Reformat function headers to read like the others do (return value<newline>function-name...) - Test on Windows platform - Review the patch to packet-ssl.c and new files packet-ssl-utils.[hc] svn path=/trunk/; revision=17156
2006-02-04define funnel_register_field_menu even if it is not implemented.Luis Ontanon1-7/+7
svn path=/trunk/; revision=17155
2006-02-04GTK1 buid failed, this should fix it.Luis Ontanon1-5/+5
s/tv/tw/ svn path=/trunk/; revision=17154
2006-02-04PropsetLuis Ontanon0-0/+0
svn path=/trunk/; revision=17153
2006-02-04Propset eol-style and Id for allLuis Ontanon1-3/+20
lua_gui.h has a licence svn path=/trunk/; revision=17152