summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-07-26Get rid of CRs at the ends of lines.Guy Harris4-407/+407
svn path=/trunk/; revision=18793
2006-07-25Fix update URL in Win32 installerJaap Keuter1-1/+1
svn path=/trunk/; revision=18792
2006-07-25From: Martin Mathieson Jaap Keuter1-8/+8
I'm not sure if this will help with the problems that Keith French is seeing, but when I loaded some of my old H.323 traces, one of them would assert/abort. This patch fixes that assertion (looks like it was obviously asserting on the wrong pointer variable). svn path=/trunk/; revision=18791
2006-07-25One of the bytes in the cisco header is the channel number thatJörg Mayer1-23/+31
the AP received the frame. svn path=/trunk/; revision=18790
2006-07-25Jeff Morriss:Jörg Mayer1-1/+1
According to this page: http://lists.gnupg.org/pipermail/gnupg-announce/2003q3/000155.html the 'gcry_cipher_hd_t' structure didn't show up until 1.1.42. svn path=/trunk/; revision=18789
2006-07-24Add a license blurb.Gerald Combs1-0/+24
svn path=/trunk/; revision=18788
2006-07-22licence infoRonnie Sahlberg4-7/+20
svn path=/trunk/; revision=18787
2006-07-22add gpl licenceRonnie Sahlberg2-2/+44
svn path=/trunk/; revision=18786
2006-07-22add licence informationRonnie Sahlberg1-1/+22
svn path=/trunk/; revision=18785
2006-07-22add some more "informational" (generated) fields to the dcerpc treeUlf Lamping1-12/+62
these fields can help with the everyday work of the DCE/RPC (and upper) protocol dissections svn path=/trunk/; revision=18784
2006-07-22print generated items in brackets [], just as we do it on the screenUlf Lamping1-0/+8
svn path=/trunk/; revision=18783
2006-07-22from martin mRonnie Sahlberg1-1/+8
Hi, This patch allows FT_NONE items to be built into filter expressions (i.e. testing for their presence or absence rather than comparing with a value) using the Apply|Prepare a Filter menus.  What drove me to add this was having to type in !tcp.analysis.out_of_order. Does this seem reasonable? Regards, Martin svn path=/trunk/; revision=18782
2006-07-22from Jeff MorrissRonnie Sahlberg1-5/+5
The attached patch makes the Skinny dissector "new style".  Please consider it for inclusion. svn path=/trunk/; revision=18781
2006-07-22 from ian abelRonnie Sahlberg2-2/+20
Hi, The attached file should fix the following two bugs in the AJP dissector. 1) The dissector doesn't know about CPING/CPONG 2) The dissector misinterprets multiple requests in one connection if a prior request has a Body request part. svn path=/trunk/; revision=18780
2006-07-21H.225.0 update to version 6 (05/2006)Tomas Kukosa8-269/+948
H.245 updated to version 13 (05/2006) svn path=/trunk/; revision=18779
2006-07-21Change name from Ethereal to Wireshark, remove translationsJörg Mayer1-5/+1
of the name that will now be incorrect. svn path=/trunk/; revision=18778
2006-07-20Daniel Drake <dsd@gentoo.org>:Jörg Mayer1-1/+3
The barker preamble bit is set when a station associates which does not support short preambles. When it is 0, short preambles are allowed. Me: Add a reference to the spec stating the above. svn path=/trunk/; revision=18777
2006-07-20snprintf -> g_snprintf. Fix up whitespace.Gerald Combs3-27/+26
svn path=/trunk/; revision=18776
2006-07-20Remove remaining instances of NEED_SNPRINTF_H. Fix up whitespace.Gerald Combs2-44/+38
svn path=/trunk/; revision=18775
2006-07-20From Mike Digou:Luis Ontanon1-1/+1
- free the right object. svn path=/trunk/; revision=18774
2006-07-20allow for some uppercasing in names.Luis Ontanon1-1/+1
"fix" for Bug 1010 svn path=/trunk/; revision=18773
2006-07-20remove another reference to snprintfRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18772
2006-07-20we dont need our own snprintf any more since we always use g_snprintf() instead.Ronnie Sahlberg7-1035/+0
svn path=/trunk/; revision=18771
2006-07-20from michael stevensRonnie Sahlberg1-1/+1
fix an incorrect expression to decode keydata properly svn path=/trunk/; revision=18770
2006-07-19From Bálint RéczeyAnders Broman2-36/+67
- Added support for versioned lua libnames to aclocal.m4 - create generated elua_register.h from Makefile svn path=/trunk/; revision=18769
2006-07-19Add licence info.Anders Broman1-4/+21
svn path=/trunk/; revision=18768
2006-07-19From Martin Mathieson:Anders Broman3-0/+17
Here is a DTD for xcap-caps and changes needed to install it (nsi change is untested). svn path=/trunk/; revision=18767
2006-07-19From Martin Mathieson:Anders Broman1-61/+112
This patch: - adds headers found in later versions of the msrp drafts - fixes a problem where wrong length values were used while parsing the request/status line and it was going beyond linelen - "Transaktion" -> "Transaction" - status code now appears as a numerical field - removes unused parameters from check_msrp_header() - tidies up some indentation It has survived some fuzz-testing. svn path=/trunk/; revision=18766
2006-07-19Fix to http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=333Jörg Mayer1-0/+2
The additional libs need to be added to the final linking stage of all programs using it - not just the libs that pull in the dependencies (that doesn't work on all platforms, just most). svn path=/trunk/; revision=18765
2006-07-19Jeff Morriss:Jörg Mayer1-0/+3
Fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1006 "wireshark link fails on systems with no TLS library but with grypt library (missing -lgrcyprt)" svn path=/trunk/; revision=18764
2006-07-19Link libwireshark with libiconv if needed.Gerald Combs1-1/+1
svn path=/trunk/; revision=18763
2006-07-19add two missing CHECK_BYTE_COUNTRonnie Sahlberg1-3/+4
to not cause an exception for clearly malformed packets will resolve "bug" 987 (which is NOT a bug) svn path=/trunk/; revision=18762
2006-07-18Remove leftover(?) plugin code.Anders Broman1-23/+0
svn path=/trunk/; revision=18761
2006-07-18Fixes and updates.Gerald Combs1-8/+8
svn path=/trunk/; revision=18760
2006-07-18Apply The Written Word's patch from bug 333, which changes HAVE_ICONV_HGerald Combs4-482/+482
to HAVE_ICONV. svn path=/trunk/; revision=18758
2006-07-18From Ravi Valmikam:Anders Broman1-32/+142
"Translate" MSID BCD digits and make them filterable, fixes bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=997 svn path=/trunk/; revision=18757
2006-07-17stephentfisher@yahoo.com:Jörg Mayer2-2/+2
Adds $(LIBGCRYPT_CFLAGS) to two Makefiles (fix for http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1005) svn path=/trunk/; revision=18753
2006-07-17Copy over changes from the 0.99.2 branch.Gerald Combs1-1/+8
svn path=/trunk/; revision=18752
2006-07-17gtk_text_buffer_select_range() was introduced in GTK+ 2.4, so don't use it.Gerald Combs1-1/+2
Set our selection range manually. svn path=/trunk/; revision=18750
2006-07-17Bump the trunk version to 0.99.3.Gerald Combs2-2/+2
svn path=/trunk/; revision=18749
2006-07-17Switch to Net-SNMP 5.3.1.Gerald Combs3-3/+3
svn path=/trunk/; revision=18744
2006-07-17From Martin Mathieson:Anders Broman4-55/+132
sip_stats.c and tap_sipstat.c: adds the code 429 ("Provide Referrer Identity", from RFC 3892) to SIP stats. chargecontrol.xml packet-diameter.c : These patches - add a few more chargecontrol AVPs, and add the vendor-id where needed - report as expert info when AVPs' lengths don't match their type svn path=/trunk/; revision=18743
2006-07-15Fix compilation problems for Windows and GTK1.Gerald Combs2-4/+5
svn path=/trunk/; revision=18741
2006-07-15small typoRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18740
2006-07-15Add a README that explains how to add request/response tracking to Ronnie Sahlberg1-0/+189
a protocol svn path=/trunk/; revision=18739
2006-07-14add request response tracking and response timesRonnie Sahlberg1-44/+162
svn path=/trunk/; revision=18738
2006-07-14Add support for generating firewall ACL rules. MAC, IPv4, port, andGerald Combs7-682/+1601
IPv4+port rules are supported along with several syntaxes: IOS standard, IOS extended, ipfilter, ipfw, pf, and netsh. IPv6 is currently not supported, but shouldn't be too difficult to add. All of the rules were created using the documentation for each product. None of them have been tested. For the time being, use them with caution. svn path=/trunk/; revision=18737
2006-07-14Register the MPLS dissector on its standard IP protocol number.Gilbert Ramirez1-0/+2
svn path=/trunk/; revision=18735
2006-07-14dont dissect reserved bits in a bitmapRonnie Sahlberg1-186/+0
svn path=/trunk/; revision=18734
2006-07-14new protocol PANA fromRonnie Sahlberg3-0/+1061
Peter Racz svn path=/trunk/; revision=18733