aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2-23/+28
free it when we're done with the file name. svn path=/trunk/; revision=24478
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory,Jeff Morriss2-0/+8
free it when we're done with the file name. svn path=/trunk/; revision=24477
2008-02-26get_datafile_path() and get_persconffile_path() return malloc'd memory. ↵Jeff Morriss2-3/+15
Note that in the comments. svn path=/trunk/; revision=24476
2008-02-26From Kai Blin: Anders Broman1-231/+329
Update parsing of the DirectPlay header and Correctly dissect the SessionDesc structure of DirectPlay http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2304 svn path=/trunk/; revision=24474
2008-02-26Add some extensions to pkix1explicit - forgotten files.Anders Broman2-1/+74
svn path=/trunk/; revision=24473
2008-02-26Wireshark (packet-ssl-utils.h) uses gnutls_x509_crt_t which appears to only ↵Jeff Morriss1-1/+1
be present in GNUTLS > 1.2 . Check that, if we have GNUTLS, it is at least that version (previously we checked for 1.0). svn path=/trunk/; revision=24472
2008-02-26Initialize a 'next' pointer so we don't crash if/when we try to follow it.Jeff Morriss1-0/+3
svn path=/trunk/; revision=24471
2008-02-26Update to be closer to current *nix Wireshark; (Addt'l info about setuid, ↵Bill Meier1-41/+32
etc needed). svn path=/trunk/; revision=24469
2008-02-26Allow UDP heuristic for XMLTomas Kukosa1-1/+16
svn path=/trunk/; revision=24468
2008-02-26Make sure we don't dereference a NULL pointer. Fixes bug 2277.Gerald Combs2-5/+9
svn path=/trunk/; revision=24467
2008-02-26Add files to the tarball that are necessary to compile and createGerald Combs2-1/+6
packages under Windows. svn path=/trunk/; revision=24466
2008-02-25Check for setres[gu]id and define HAVE_SETRESUID and HAVE_SETREGUIDGerald Combs2-0/+5
accordingly. Also define _GNU_SOURCE to appease glibc. svn path=/trunk/; revision=24465
2008-02-25Dissect Name and Certificate and add some extensions pkix1explicit.Anders Broman5-26/+426
svn path=/trunk/; revision=24464
2008-02-25Add support for DLT_IPMB (199). The dissector for these packets is in ↵Jeff Morriss3-1/+12
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1970 (pending review) svn path=/trunk/; revision=24463
2008-02-25Use plain old strcmp() instead of g_ascii_strcasecmp() when searching for -Z.Jeff Morriss1-12/+8
On glib-1.2 systems g_ascii_strcasecmp() is in libwireshark (which we don't want to include in dumpcap) and anyway our code should be the only thing calling dumpcap with "-Z"--so hopefully there's no need for doing a case-insensitive comparison. (This is another argument for adding a "utils" library.) svn path=/trunk/; revision=24462
2008-02-25Avoid misreporting of cryto state of RTP payload.Jaap Keuter1-4/+7
svn path=/trunk/; revision=24461
2008-02-25From Richard Kuemmel via ↵Jeff Morriss1-1/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1430 : fix length mask. svn path=/trunk/; revision=24459
2008-02-25From Chris Maynard: Alphabetize the list of column types to choose from inStephen Fisher2-180/+183
the column preferences dialog. svn path=/trunk/; revision=24458
2008-02-25Handle unsigned SMI types. This should fix bug 2292.Gerald Combs3-24/+32
svn path=/trunk/; revision=24457
2008-02-24Dissect Type: 149 (Certification Path Advertisement).Anders Broman2-54/+160
svn path=/trunk/; revision=24456
2008-02-24Added support for FT_IPv4, FT_GUID and FT_OID in custom columns.Stig Bjørlykke1-1/+7
svn path=/trunk/; revision=24455
2008-02-24Fix bug No support for Secure Neighbor Discovery ICMPv6 options.Anders Broman2-5/+79
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2284 svn path=/trunk/; revision=24454
2008-02-24Corrected right-justification of custom boolean and framenum columns.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=24453
2008-02-24Sort custom columns according to field type.Stig Bjørlykke1-7/+44
(absolute time and 64bit values not yet correct) Right-justify numeric custom columns. svn path=/trunk/; revision=24452
2008-02-24OK: comment out gathering of debug info; nothing interesting.Bill Meier1-6/+6
svn path=/trunk/; revision=24451
2008-02-24Include docbook/ws.css in the release tarball, as we need it forGuy Harris1-3/+5
building man pages. Make ws.css in the current directory depend on $(srcdir)/docbook/ws.css, not just docbook/ws.css, so that builds work outside the source directory. Clean up ws.css in the current directory when doing "make distclean". svn path=/trunk/; revision=24449
2008-02-23Moved init of custom_field.Stig Bjørlykke1-29/+22
Cleanup some GTK1/GTK2 code. svn path=/trunk/; revision=24448
2008-02-23Add some debug info to help in diagnosing buildbot 'run tests' failuresBill Meier3-9/+48
svn path=/trunk/; revision=24447
2008-02-23Ensure tshark/wireshark always get good err msgs from dumpcap:Bill Meier3-42/+114
1. Clean up dumpcap 'as a child' err msg handling so that: - all err msgs are properly formatted when being sent back to the parent. - any log Critical, Warning, etc messages are sent back to parent and are properly formatted. 2. Change handling of -w <...> slightly in capture_opts.c so that wireshark provides a good error message if there is a 'write permissions' issue on the file. (Previously the error popup said only "Child exited with status 2"). This fixes bug #2288. Add some conditionalized DEBUG_CHILD_DUMPCAP code for dumpcap debug logging to a file. svn path=/trunk/; revision=24446
2008-02-23Correct a typo and at least print the name of type 148 and 149.Anders Broman2-4/+15
svn path=/trunk/; revision=24445
2008-02-23Put names on some more options solves part of bugAnders Broman2-17/+67
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2284 svn path=/trunk/; revision=24444
2008-02-23g_strncasecmp --> g_ascii_strncasecmpBill Meier1-1/+1
svn path=/trunk/; revision=24443
2008-02-23Fixed a check for custom column.Stig Bjørlykke1-3/+4
svn path=/trunk/; revision=24442
2008-02-23Add filter syntax check to custom column filter field. This will allowStephen Fisher1-0/+2
filter expressions such as filter == value, which won't work as a custom column. We may need to modify its behavior to prevent entire expressions from being entered. For the time being though, it does check the filter syntax itself as well. svn path=/trunk/; revision=24441
2008-02-22add an error message to the NSIS compiler output, if the MSVC_VARIANT ↵Ulf Lamping1-0/+1
setting is obviously wrong svn path=/trunk/; revision=24439
2008-02-22Improved custom columns with custom title.Stig Bjørlykke6-29/+151
Fixed a crash when adding an empty custom field. svn path=/trunk/; revision=24438
2008-02-22Have the uninstaller remove ws.css.Gerald Combs1-0/+1
svn path=/trunk/; revision=24437
2008-02-22Reduce the H1 font size a bit.Gerald Combs1-0/+1
svn path=/trunk/; revision=24436
2008-02-22From Evan via bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2293 : InJeff Morriss1-8/+8
epan/dissectors/packet-bacapp.c the BACnetErrorCode array contains incorrect enumeration mappings for BACnet error codes. Attached is a version of the file with the mappings straightened out. svn path=/trunk/; revision=24435
2008-02-22Fix CSS paths.Gerald Combs1-12/+12
svn path=/trunk/; revision=24434
2008-02-22From Balint Reczey via ↵Jeff Morriss1-1/+1
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2264 : fix IPv4 handling svn path=/trunk/; revision=24433
2008-02-22From Peter via http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2291 : ↵Jeff Morriss1-1/+1
libwiretap uses glib so add it to LIBADD. svn path=/trunk/; revision=24432
2008-02-22add rawshark.html to packaging and Wireshark help menuUlf Lamping4-0/+6
svn path=/trunk/; revision=24431
2008-02-22Fix a target.Gerald Combs1-1/+1
svn path=/trunk/; revision=24429
2008-02-22Use the docbook CSS for the man pages (which assumes your version of Gerald Combs5-36/+71
pod2html supports the "--css" flag). Package up the CSS file, and add missing HTML files where needed. svn path=/trunk/; revision=24428
2008-02-22Rawshark depends on libpcap. Make sure we enforce this in the configure Gerald Combs1-17/+32
script, just as we do with dumpcap. svn path=/trunk/; revision=24422
2008-02-22Check for existing cinfo in have_custom_cols().Stig Bjørlykke1-1/+1
This fixes the latest buildbot fuzz failures. svn path=/trunk/; revision=24421
2008-02-22Print integer values according to hfinfo->display.Stig Bjørlykke1-4/+171
svn path=/trunk/; revision=24420
2008-02-22Added FT_ABSOLUTE_TIME and FT_RELATIVE_TIME to custom columns.Stig Bjørlykke1-0/+9
svn path=/trunk/; revision=24419
2008-02-22Some custom column enhancements:Stig Bjørlykke1-2/+16
Use the value_string if defined for integer and boolean values. svn path=/trunk/; revision=24418