aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-02-01Fix a link.Gerald Combs1-1/+1
svn path=/trunk/; revision=20676
2007-02-01Fix a ulink tag.Gerald Combs1-1/+1
svn path=/trunk/; revision=20674
2007-02-01use the correct offset to access the service action in PERSISTENT RESERVE INRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=20672
2007-02-01The contents of the NEWS file come from the release notes. Back-portGerald Combs4-57/+84
the changes in r20642 to release-notes.xml. Add "news" targes to the docbook makefiles to copy release-notes.txt to NEWS. svn path=/trunk/; revision=20669
2007-02-01OK, fix it properly by adding test after config.h has been included...Martin Mathieson1-4/+3
svn path=/trunk/; revision=20668
2007-02-01Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason ↵Martin Mathieson1-2/+3
it isn't defined when building this file. svn path=/trunk/; revision=20667
2007-02-01logoncontrol2 response is a Win32 error code not an nt status codeRonnie Sahlberg1-2/+12
svn path=/trunk/; revision=20666
2007-02-01From Abhik Sarkar: support for decoding SS7 MSUs embedded in a syslog messageJeff Morriss2-69/+179
(as generated by the Cisco ITP packet logging facility). svn path=/trunk/; revision=20665
2007-02-01make tshark compile and work also when pcap is not availableRonnie Sahlberg1-0/+11
svn path=/trunk/; revision=20664
2007-02-01there is no point in pcapio unless we have PCAP available.Ronnie Sahlberg1-0/+4
svn path=/trunk/; revision=20663
2007-02-01we dont have auto_scroll_live if we dont have PCAP so ifdef this out unless ↵Ronnie Sahlberg1-0/+2
PCAP is available (to allow it to compile when pcap is not available) svn path=/trunk/; revision=20662
2007-02-01dont ifdef out main_window_exit() if we dont have PCAP since this symbol is ↵Ronnie Sahlberg1-2/+2
required even without pcap svn path=/trunk/; revision=20661
2007-02-01Allow byte strings (FT_BYTES) to have four digits seperated by - : and .Stephen Fisher1-11/+49
in addition to the currently supported two or one digit at a time. This applies in particular to the FT_ETHER MAC addresses, so that a MAC address can now be entered as xxxx.xxxx.xxxx in addition to the traditional formats. svn path=/trunk/; revision=20660
2007-02-01Let the user (e.g. one named "buildbot") specify the location of FOP.Gerald Combs1-0/+2
svn path=/trunk/; revision=20659
2007-01-31From Andrej Mikus: Gerald Combs1-9/+14
IMO, the function should return an error string instead of cowardly bailing out with an empty string. inet_ntop does the latter by default, so it does not need any additional check, just passing buf_len instead of INET6_ADDRSTRLEN. At the other side I like the check you made into ip_to_str_buf. My proposal would be to combine the patches and use MAX_IP_STR_LEN, and approach below for both IPv4 and IPv6 in address_to_str_buf. Have the error string return a more descriptive clue. svn path=/trunk/; revision=20658
2007-01-31Extend the events valuestring with Bearer Modification Support Event.Anders Broman3-5/+7
svn path=/trunk/; revision=20657
2007-01-31Sync with the 0.99.5 release.Gerald Combs1-29/+46
svn path=/trunk/; revision=20656
2007-01-31Add uat_load.c to the distclean target for generated files.Anders Broman1-1/+1
svn path=/trunk/; revision=20655
2007-01-31From Douglas Pratley: Documentation updates for new copy packet data featuresStephen Fisher3-21/+161
checked in as SVN revision 20581. svn path=/trunk/; revision=20654
2007-01-31Add some missing RFC references to header long text.Martin Mathieson1-12/+12
svn path=/trunk/; revision=20652
2007-01-31Major upgrades to dissector: Added defragmentation of tcp pdus, fixed ↵Graham Bloice1-570/+943
defragmention of application layer fragments, many more object types decoded thanks to Chris Bontje svn path=/trunk/; revision=20651
2007-01-31Fix bug 1332 properly.Martin Mathieson1-0/+24
svn path=/trunk/; revision=20650
2007-01-31Merge Anders' and my own fixes to some bugsLuis Ontanon5-72/+62
- most paramaters have data set to NULL, have them added to the tree - avoid the context tracing mecanism bailing out if a ContextList appears in the packet. - in q9150 do not attempt to dissect sdp unless we believe it is sdp (BTW we need heuristics for sdp and other potential payloads of this parameter..) svn path=/trunk/; revision=20649
2007-01-31slightly better explain the user's guide "component"Ulf Lamping1-1/+1
svn path=/trunk/; revision=20648
2007-01-31Don't send ↵Jeff Morriss1-4/+1
G_LOG_LEVEL_ERROR|G_LOG_LEVEL_CRITICAL|G_LOG_FLAG_FATAL|G_LOG_FLAG_RECURSION to log_func_ignore() so that error messages from g_assert() get printed (by glib's default handler). Without this change developers only get a message saying the program aborted and maybe (if they're lucky^H^H^H^H^Hconfigured correctly) a core file. The latter would allow them to find out what went wrong but it would be much easier to just see the error message. svn path=/trunk/; revision=20647
2007-01-31instead of putting the MSC_VER_REQUIRED test into the root Makefile (which ↵Ulf Lamping4-10/+10
would require to change ALL makefiles - the buildbot revealed it), simply put it in the wiretap generation. As wiretap is mandatory and one of the first things to be build this doesn't even sound like a bad idea anyway ... svn path=/trunk/; revision=20646
2007-01-31fix a cut-n-paste error, to fix buildbot problemUlf Lamping1-1/+1
svn path=/trunk/; revision=20645
2007-01-31Only certain 'base' values make sense in 'prefs_register_uint_preference()': ↵Jeff Morriss1-0/+1
0 and 2-36. Assert out if a different value is found. svn path=/trunk/; revision=20644
2007-01-31- add some links about U3Ulf Lamping1-1/+7
- fix some typos - mention that uninstalling WS from the stick removes personal settings svn path=/trunk/; revision=20643
2007-01-31- correct the U3 section and add a linkUlf Lamping1-7/+10
- it's called "places bar", will help if someone e.g. googles on this - mention that the last known version for Win9x was Ethereal 0.99.0 and add a link this should go into 0.99.5! svn path=/trunk/; revision=20642
2007-01-31dfilter-macro.c is in SVN, it should not be in MAINTAINERCLEANFILES (else we ↵Jeff Morriss1-1/+0
have to re-fetch the file from svn each time we make maintainer-clean svn path=/trunk/; revision=20641
2007-01-31backup of some design work of the Wireshark "Welcome" page - the one shown ↵Ulf Lamping1-49/+243
when no trace file is loaded - this page is still disabled. This is only a "personal backup" of some design ideas / experiments for this page - and needs a lot more work / cleanup. I'm checking this in just to prevent data loss. svn path=/trunk/; revision=20640
2007-01-31use window_present() as discussedUlf Lamping1-12/+4
svn path=/trunk/; revision=20639
2007-01-31#include stdlib.h so uat.h can find size_t (at least on Solaris). Add ↵Jeff Morriss2-1/+2
newline to end of macros_dlg.h (just to prevent a compiler warning) svn path=/trunk/; revision=20638
2007-01-31C preprocessor only handles integers for conditional compilation. Build ↵Ulf Lamping3-11/+21
MSC_VER_REQUIRED in config.nmake and compare it with _MSC_VER in config.h.win32 svn path=/trunk/; revision=20637
2007-01-31Explain what 'base' in 'prefs_register_uint_preference()' is: it's used in ↵Jeff Morriss1-0/+2
'strtoul()' svn path=/trunk/; revision=20636
2007-01-30Fix bug 1328 and related bugs found when examining the trace.Anders Broman4-69/+91
svn path=/trunk/; revision=20634
2007-01-30Add descriptions to radiotap fields. Fix some formatting. Add an extraStephen Fisher1-45/+118
linebreak between hf field definitions for readability. svn path=/trunk/; revision=20633
2007-01-30From Paolo Abeni: update to support the new DLT_USB_LINUX format header.Guy Harris3-305/+426
Modified to support the header as a pseudo_header rather than as part of the packet data. Fixed some calls that fetch data from the USB packet to fetch it in little-endian byte order. Got rid of redundant code to get conversation-specific data (the get_usb_conv_info() call already does that). For control packets, only parse the setup information if setup_flag is 0. Don't interpret a control packet as a standard request unless the setup type is "Standard". svn path=/trunk/; revision=20632
2007-01-30From Patrick vd Lageweg:Stephen Fisher1-1/+1
The PERSISTENT REVERVE OUT dissectors uses the table of the PERSISTENT REVERVE IN command to decode the Service Action field which is obviously not correct. This patch fixes the problem. svn path=/trunk/; revision=20631
2007-01-30Based on suggestion from Guy Harris.Jaap Keuter1-1/+1
Trying to get things working on Win32 (cygwin) and GNU/Linux etc. svn path=/trunk/; revision=20627
2007-01-30Size passed to IP address fields is now fixed (reported AVP size includes 2 ↵Martin Mathieson1-2/+2
bytes of padding), causing assertion reported in bug 1332. svn path=/trunk/; revision=20623
2007-01-30Switch to WinPcap 4.0.Gerald Combs7-36/+36
svn path=/trunk/; revision=20622
2007-01-30Fix bug 1328 (Still Malformed packet) update some of the other packages.Anders Broman3-25/+29
svn path=/trunk/; revision=20621
2007-01-30Show the channel frequencies in the wireless (AirPcap) toolbar next to the ↵Stephen Fisher1-15/+15
channel number in the drop-down list. svn path=/trunk/; revision=20619
2007-01-30if wireshark-gtk2.exe.manifest doesn't exist, don't try to copy it - ↵Ulf Lamping1-1/+1
hopefully fixes the buildbot... svn path=/trunk/; revision=20618
2007-01-30do not use yy_flex_realloc()Luis Ontanon1-3/+1
svn path=/trunk/; revision=20616
2007-01-29call gtk_window_present() only on GTK >= 2.x, should fix current compilation ↵Ulf Lamping1-0/+8
problems. I don't have tested this on a GTK 1.x system... svn path=/trunk/; revision=20615
2007-01-29fix compiler version detection logic, sorry for the noise!Ulf Lamping1-6/+4
svn path=/trunk/; revision=20614
2007-01-29split docbook generation makefiles into nmake and GNU make variants ↵Ulf Lamping3-235/+497
(together with Makefile.common), just like all the other directories have it. This way makes it easier to get settings from config.nmake and probably makefile.am will be easier to do. In addition we don't need GNU make for Win32 generation. svn path=/trunk/; revision=20613