aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2-0/+8
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory. Note...Jeff Morriss2-3/+15
2008-02-26From Kai Blin: Anders Broman1-231/+329
2008-02-26Add some extensions to pkix1explicit - forgotten files.Anders Broman2-1/+74
2008-02-26Wireshark (packet-ssl-utils.h) uses gnutls_x509_crt_t which appears to only b...Jeff Morriss1-1/+1
2008-02-26Initialize a 'next' pointer so we don't crash if/when we try to follow it.Jeff Morriss1-0/+3
2008-02-26Update to be closer to current *nix Wireshark; (Addt'l info about setuid, etc...Bill Meier1-41/+32
2008-02-26Allow UDP heuristic for XMLTomas Kukosa1-1/+16
2008-02-26Make sure we don't dereference a NULL pointer. Fixes bug 2277.Gerald Combs2-5/+9
2008-02-26Add files to the tarball that are necessary to compile and createGerald Combs2-1/+6
2008-02-25Check for setres[gu]id and define HAVE_SETRESUID and HAVE_SETREGUIDGerald Combs2-0/+5
2008-02-25Dissect Name and Certificate and add some extensions pkix1explicit.Anders Broman5-26/+426
2008-02-25Add support for DLT_IPMB (199). The dissector for these packets is in http:/...Jeff Morriss3-1/+12
2008-02-25Use plain old strcmp() instead of g_ascii_strcasecmp() when searching for -Z.Jeff Morriss1-12/+8
2008-02-25Avoid misreporting of cryto state of RTP payload.Jaap Keuter1-4/+7
2008-02-25From Richard Kuemmel via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1...Jeff Morriss1-1/+1
2008-02-25From Chris Maynard: Alphabetize the list of column types to choose from inStephen Fisher2-180/+183
2008-02-25Handle unsigned SMI types. This should fix bug 2292.Gerald Combs3-24/+32
2008-02-24Dissect Type: 149 (Certification Path Advertisement).Anders Broman2-54/+160
2008-02-24Added support for FT_IPv4, FT_GUID and FT_OID in custom columns.Stig Bjørlykke1-1/+7
2008-02-24Fix bug No support for Secure Neighbor Discovery ICMPv6 options.Anders Broman2-5/+79
2008-02-24Corrected right-justification of custom boolean and framenum columns.Stig Bjørlykke1-4/+4
2008-02-24Sort custom columns according to field type.Stig Bjørlykke1-7/+44
2008-02-24OK: comment out gathering of debug info; nothing interesting.Bill Meier1-6/+6
2008-02-24Include docbook/ws.css in the release tarball, as we need it forGuy Harris1-3/+5
2008-02-23Moved init of custom_field.Stig Bjørlykke1-29/+22
2008-02-23Add some debug info to help in diagnosing buildbot 'run tests' failuresBill Meier3-9/+48
2008-02-23Ensure tshark/wireshark always get good err msgs from dumpcap:Bill Meier3-42/+114
2008-02-23Correct a typo and at least print the name of type 148 and 149.Anders Broman2-4/+15
2008-02-23Put names on some more options solves part of bugAnders Broman2-17/+67
2008-02-23g_strncasecmp --> g_ascii_strncasecmpBill Meier1-1/+1
2008-02-23Fixed a check for custom column.Stig Bjørlykke1-3/+4
2008-02-23Add filter syntax check to custom column filter field. This will allowStephen Fisher1-0/+2
2008-02-22add an error message to the NSIS compiler output, if the MSVC_VARIANT setting...Ulf Lamping1-0/+1
2008-02-22Improved custom columns with custom title.Stig Bjørlykke6-29/+151
2008-02-22Have the uninstaller remove ws.css.Gerald Combs1-0/+1
2008-02-22Reduce the H1 font size a bit.Gerald Combs1-0/+1
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : InJeff Morriss1-8/+8
2008-02-22Fix CSS paths.Gerald Combs1-12/+12
2008-02-22From Balint Reczey via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=226...Jeff Morriss1-1/+1
2008-02-22From Peter via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 : libw...Jeff Morriss1-1/+1
2008-02-22add rawshark.html to packaging and Wireshark help menuUlf Lamping4-0/+6
2008-02-22Fix a target.Gerald Combs1-1/+1
2008-02-22Use the docbook CSS for the man pages (which assumes your version of Gerald Combs5-36/+71
2008-02-22Rawshark depends on libpcap. Make sure we enforce this in the configure Gerald Combs1-17/+32
2008-02-22Check for existing cinfo in have_custom_cols().Stig Bjørlykke1-1/+1
2008-02-22Print integer values according to hfinfo->display.Stig Bjørlykke1-4/+171
2008-02-22Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.Stig Bjørlykke1-0/+9
2008-02-22Some custom column enhancements:Stig Bjørlykke1-2/+16
2008-02-22Some custom column fixes:Stig Bjørlykke2-3/+6