summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-03fix HHC_DIR to workUlf Lamping1-2/+2
2007-02-03cleanup docbook related commentsUlf Lamping1-14/+12
2007-02-03- update information to the latest changesUlf Lamping1-66/+107
2007-02-03move docbook related settings from docbook/Makefile.nmake to config.nmake - h...Ulf Lamping2-43/+56
2007-02-03remove Unix related stuff, as this file is Win32 onlyUlf Lamping1-20/+9
2007-02-03remove Win32/cygwin remains, as these files are Unix only nowUlf Lamping2-109/+11
2007-02-02Minor documentation updates.Stephen Fisher8-31/+23
2007-02-02Fix dist.Gerald Combs1-1/+1
2007-02-02Add a Windows installer icon. Remove the ARGB versions from the otherGerald Combs5-4/+5
2007-02-02Add an installer icon.Gerald Combs3-0/+196
2007-02-02Corrected handling of udp messages, don't call tcp_dissect_pdus for udp fragm...Graham Bloice1-5/+21
2007-02-02replace a rotating buffer for the udp header structure with ep allocated memoryRonnie Sahlberg1-7/+2
2007-02-02Assign the cancel button (so you can hit the escape key) on the capture/displayStephen Fisher1-0/+1
2007-02-02Add more examples to eth.addr display filter examples, including the new Stephen Fisher1-1/+6
2007-02-01 Ronnie Sahlberg6-0/+3241
2007-02-01Don't call subdissector for dynamic PT based on PT number if conversation inf...Anders Broman1-2/+12
2007-02-01Fix a link.Gerald Combs1-1/+1
2007-02-01Fix a ulink tag.Gerald Combs1-1/+1
2007-02-01use the correct offset to access the service action in PERSISTENT RESERVE INRonnie Sahlberg1-2/+2
2007-02-01The contents of the NEWS file come from the release notes. Back-portGerald Combs4-57/+84
2007-02-01OK, fix it properly by adding test after config.h has been included...Martin Mathieson1-4/+3
2007-02-01Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason ...Martin Mathieson1-2/+3
2007-02-01logoncontrol2 response is a Win32 error code not an nt status codeRonnie Sahlberg1-2/+12
2007-02-01From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog messageJeff Morriss2-69/+179
2007-02-01make tshark compile and work also when pcap is not availableRonnie Sahlberg1-0/+11
2007-02-01there is no point in pcapio unless we have PCAP available.Ronnie Sahlberg1-0/+4
2007-02-01we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless P...Ronnie Sahlberg1-0/+2
2007-02-01dont ifdef out main_window_exit() if we dont have PCAP since this symbol is r...Ronnie Sahlberg1-2/+2
2007-02-01Allow byte strings (FT_BYTES) to have four digits seperated by - : and .Stephen Fisher1-11/+49
2007-02-01Let the user (e.g. one named "buildbot") specify the location of FOP.Gerald Combs1-0/+2
2007-01-31From Andrej Mikus: Gerald Combs1-9/+14
2007-01-31Extend the events valuestring with Bearer Modification Support Event.Anders Broman3-5/+7
2007-01-31Sync with the 0.99.5 release.Gerald Combs1-29/+46
2007-01-31Add uat_load.c to the distclean target for generated files.Anders Broman1-1/+1
2007-01-31From Douglas Pratley: Documentation updates for new copy packet data featuresStephen Fisher3-21/+161
2007-01-31Add some missing RFC references to header long text.Martin Mathieson1-12/+12
2007-01-31Major upgrades to dissector: Added defragmentation of tcp pdus, fixed defragm...Graham Bloice1-570/+943
2007-01-31Fix bug 1332 properly.Martin Mathieson1-0/+24
2007-01-31Merge Anders' and my own fixes to some bugsLuis Ontanon5-72/+62
2007-01-31slightly better explain the user's guide "component"Ulf Lamping1-1/+1
2007-01-31Don't send G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_FLAG_FATAL|G_LOG_FLAG...Jeff Morriss1-4/+1
2007-01-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which wo...Ulf Lamping4-10/+10
2007-01-31fix a cut-n-paste error, to fix buildbot problemUlf Lamping1-1/+1
2007-01-31Only certain 'base' values make sense in 'prefs_register_uint_preference()': ...Jeff Morriss1-0/+1
2007-01-31- add some links about U3Ulf Lamping1-1/+7
2007-01-31- correct the U3 section and add a linkUlf Lamping1-7/+10
2007-01-31dfilter-macro.c is in SVN, it should not be in MAINTAINERCLEANFILES (else we ...Jeff Morriss1-1/+0
2007-01-31backup of some design work of the Wireshark "Welcome" page - the one shown wh...Ulf Lamping1-49/+243
2007-01-31use window_present() as discussedUlf Lamping1-12/+4
2007-01-31#include stdlib.h so uat.h can find size_t (at least on Solaris). Add newlin...Jeff Morriss2-1/+2