aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2004-07-24"color_filters.h" doesn't need to include "epan/dfilter/dfilter.h";Guy Harris1-1/+0
2004-07-24Move the color-filter related stuff out of "color.h" intoGuy Harris5-28/+29
2004-07-24Rename "create_color()" to "initialize_color()", as that reflects a bitGuy Harris3-8/+8
2004-07-24Add some comments from Gerald's Windows version of color_filters.c.Guy Harris1-0/+5
2004-07-24Move color_filters.c and color_filters.h up to the top-level directory,Guy Harris6-3/+3
2004-07-24Move the declaration of "color_add_filter_cb()" to "color.h", as,Guy Harris3-14/+10
2004-07-24Move the declaration of "create_color()" up to "color.h", so it'sGuy Harris5-48/+13
2004-07-24Have "gtk/color_utils.c" contain routines with toolkit-independent APIs,Guy Harris10-49/+69
2004-07-24Get rid of unneeded include of "colors.h".Guy Harris1-1/+0
2004-07-24Make "new_color_filter()" GUI-independent - have it take two "color_t"Guy Harris3-18/+23
2004-07-23"capture_combo_utils.{c,h}" don't use any GTK+ stuff, so move them toGuy Harris5-2/+2
2004-07-23Remove set -/+x - they were added for debugging and not intended for commitJörg Mayer1-2/+0
2004-07-23Trivial warning fixes:Jörg Mayer6-10/+9
2004-07-23add nice text item for the case when we could not find the dissector for a sp...Ronnie Sahlberg1-1/+3
2004-07-23inside dissect_ber_sequence() we know the expected length of the field that f...Ronnie Sahlberg1-1/+3
2004-07-23Use "format_text()" on strings to be put into the Info column and theGuy Harris1-48/+71
2004-07-23Have distclean remove built sources.Gerald Combs1-0/+1
2004-07-23Nothing here uses any GTK+ stuff, so get rid of the include ofGuy Harris1-1/+1
2004-07-23remove some more compiler warningsRonnie Sahlberg2-69/+69
2004-07-23make the implicit_tag parameter _U_ to get rid of some compiler warnings in...Ronnie Sahlberg2-7/+7
2004-07-23telex and telephone number attributesRonnie Sahlberg3-22/+181
2004-07-23Remove a compiler warning for a parameter that is not usedRonnie Sahlberg2-2/+2
2004-07-23If there's no data in the authentication option, don't unescape andGuy Harris1-8/+12
2004-07-23add all the other (quite a lot of them) attributes that were of the type Dire...Ronnie Sahlberg3-81/+758
2004-07-23Use "col_append_str()" and "col_append_fstr()" to build the Info column,Guy Harris1-23/+18
2004-07-23add dissection of DirectoryString, this unfortunately had to be done manuall...Ronnie Sahlberg3-9/+155
2004-07-23register ber oid functions through a special function in packet-ber.c which a...Ronnie Sahlberg6-18/+17
2004-07-23"iax_lookup_circuit_details()" can return null; check whether it's nullGuy Harris1-4/+6
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris5-4/+45
2004-07-23Note that you *MUST* make sure "match_strval()" doesn't return nullGuy Harris1-1/+13
2004-07-23We are not guaranteed that "fchdr.r_ctl & 0x0F" is a valid frame type,Guy Harris1-2/+3
2004-07-22"dissect_x509if_AttributeTypeAndDistinguishedValue()" is static - don'tGuy Harris1-1/+0
2004-07-22use gtk_clipboard_get(), so the "copy to clipboard" is available in all GTK2 ...Ulf Lamping2-32/+17
2004-07-22from Thomas Palmer: add "Copy to clipboard" button to the conversation table ...Ulf Lamping2-19/+74
2004-07-22add the countryname attributeRonnie Sahlberg5-5/+51
2004-07-22start dissecting AttributeTypeAnddistinguishedValueRonnie Sahlberg6-12/+67
2004-07-22dissect the x509if/Name all the way down to the AttributeTypeAndDistinguished...Ronnie Sahlberg5-25/+30
2004-07-22minor updateRonnie Sahlberg3-1/+5
2004-07-22minor updateRonnie Sahlberg4-1/+6
2004-07-21Fix the fix to krb5Jörg Mayer1-1/+4
2004-07-21Add doxygen.cfg to the "clean" target.Gerald Combs1-2/+2
2004-07-21Include "packet-x509sat.h" to declare a function we use.Guy Harris1-0/+1
2004-07-21Forgotten case: Make krb5 fail if it requires -lcrypto but no --with-ssl=... ...Jörg Mayer2-2/+3
2004-07-21get rid of the nasty ber specific oid->callback table and reimplement the fun...Ronnie Sahlberg7-55/+28
2004-07-21reverse part of jmayer's last patch to make tethereal build againRonnie Sahlberg1-0/+18
2004-07-21GdkDisplay is only available in gtk 2.2 and laterRonnie Sahlberg1-3/+4
2004-07-21From Laurent Rabret: OPSI support.Guy Harris15-2/+1382
2004-07-21From Tomas Kukosa: add support for RFC 3253 HTTP methods.Guy Harris1-6/+31
2004-07-21From Roberto Morro: support for GMPLS UNI and E-NNI objects/TLVs.Guy Harris4-55/+465
2004-07-21From metatech: at least on Windows XP, if a Centrino 802.11 interface isGuy Harris3-2/+12