aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-31C preprocessor only handles integers for conditional compilation. Build MSC_V...Ulf Lamping3-11/+21
2007-01-31Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in 's...Jeff Morriss1-0/+2
2007-01-30Fix bug 1328 and related bugs found when examining the trace.Anders Broman4-69/+91
2007-01-30Add descriptions to radiotap fields. Fix some formatting. Add an extraStephen Fisher1-45/+118
2007-01-30From Paolo Abeni: update to support the new DLT_USB_LINUX format header.Guy Harris3-305/+426
2007-01-30From Patrick vd Lageweg:Stephen Fisher1-1/+1
2007-01-30Based on suggestion from Guy Harris.Jaap Keuter1-1/+1
2007-01-30Size passed to IP address fields is now fixed (reported AVP size includes 2 b...Martin Mathieson1-2/+2
2007-01-30Switch to WinPcap 4.0.Gerald Combs7-36/+36
2007-01-30Fix bug 1328 (Still Malformed packet) update some of the other packages.Anders Broman3-25/+29
2007-01-30Show the channel frequencies in the wireless (AirPcap) toolbar next to the ch...Stephen Fisher1-15/+15
2007-01-30if wireshark-gtk2.exe.manifest doesn't exist, don't try to copy it - hopefull...Ulf Lamping1-1/+1
2007-01-30do not use yy_flex_realloc()Luis Ontanon1-3/+1
2007-01-29call gtk_window_present() only on GTK >= 2.x, should fix current compilation ...Ulf Lamping1-0/+8
2007-01-29fix compiler version detection logic, sorry for the noise!Ulf Lamping1-6/+4
2007-01-29split docbook generation makefiles into nmake and GNU make variants (together...Ulf Lamping3-235/+497