aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2006-07-13from Krzysztof BurghardtRonnie Sahlberg3-0/+366
KISMET protocol support svn path=/trunk/; revision=18728
2006-07-13Francesco Fondelli:Anders Broman3-7/+183
Protocol Extensions for Support of Diffserv-aware MPLS Traffic Engineering (DSTE) as per RFC 4124. svn path=/trunk/; revision=18727
2006-07-13Decode another byte in Cisco's IE 133 (number of associated clients)Jörg Mayer1-2/+5
svn path=/trunk/; revision=18726
2006-07-13Add a note how to change headers (od+text2pcap)Jörg Mayer1-2/+3
svn path=/trunk/; revision=18725
2006-07-12From Stefan (metze) Metzmacher:Anders Broman1-2/+2
small typo fix in smb2 dissector svn path=/trunk/; revision=18724
2006-07-12Make sure our strings aren't null before we pass them to strncmp().Gerald Combs2-10/+10
svn path=/trunk/; revision=18723
2006-07-12From Gerhard Gappmeier: Here is some information for Gentoo users who want ↵Jaap Keuter1-1/+20
to contribute some documentation to wireshark: svn path=/trunk/; revision=18722
2006-07-12Undo previous patch, it didn't helpJörg Mayer1-1/+1
svn path=/trunk/; revision=18721
2006-07-12Bugfix:Jörg Mayer1-1/+1
Variables should *not* be addressed as ${prefix} but as $prefix instead. That way they will get substituted and we will not try to open '${prefix}/share/wireshark/radius' which might not exist on some systems. svn path=/trunk/; revision=18720
2006-07-12prettify dissection od ldap attributesRonnie Sahlberg4-19/+127
special case some common special attributes such as DomainSid and DomainGuid and dissect them as SIDs and GUIDs examples of these special attributes can be seen in Xiaoguang Liu's email to wireshark dev svn path=/trunk/; revision=18719
2006-07-11Decode RANAP in LongSignalInfo and RadioResourceInformation.Anders Broman5-19/+74
svn path=/trunk/; revision=18718
2006-07-11Get it compiling...Michael Tüxen1-1/+1
svn path=/trunk/; revision=18715
2006-07-11More from Ilja van Sprundel. When we call tvb_new_subset() with aGerald Combs4-77/+116
length fetched using tvb_get_netohl(), make sure the length ends up being positive. svn path=/trunk/; revision=18714
2006-07-11Bugfix: If we have an rc4 key and the length remaining for theJörg Mayer1-4/+9
actual key is 0, then this isn't a malformed packet. The key locally generated by the peer itself should be used. svn path=/trunk/; revision=18713
2006-07-11fix two of iljas bugsRonnie Sahlberg2-2/+5
svn path=/trunk/; revision=18710
2006-07-10From Nils Ljungberg:Anders Broman1-105/+329
TLLI shown twice (create-bss-pfc) PFI not fully decoded (dynamically assigned Fixed decoding of RAN-INFORMATION and RAN-INFORMATION-REQUESTadded dekoding of RAN_INFORMATION_ACC, RAN_INFORMATION_ERROR, RAN_APPLICATION_ERROR svn path=/trunk/; revision=18708
2006-07-10Two more bugs from Ilja van Sprundel.Gerald Combs2-26/+34
packet-ndmp.c: Fix our payload length check. packet-nfs.c: Check for a maximum bitmap length. Fix up whitespace. svn path=/trunk/; revision=18699
2006-07-10Remove the numeric component in man page links.Gerald Combs4-4/+4
svn path=/trunk/; revision=18698
2006-07-10Reset ldm_tree in dissect_ldap_pdu(). Fixes a couple of the current fuzz Gerald Combs2-2/+6
bugs. svn path=/trunk/; revision=18697
2006-07-10from DuBingyaoTomas Kukosa1-14/+42
patch for the OICQ dissector to identify unknown command svn path=/trunk/; revision=18696
2006-07-10Fix compilation on systems with Net-SNMP.Gerald Combs2-13/+15
svn path=/trunk/; revision=18695
2006-07-09Use L<> on all links.Guy Harris9-51/+59
Don't use anything on man page references - pod2man handles that. Don't refer to "the capture file format section" of the Wireshark man page, as there's no section explicitly labelled as such; just refer to the beginning of the DESCRIPTION section. svn path=/trunk/; revision=18694
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs8-12/+32
Fix a bug introduced recently in packet-rpc.c. Replace DISSECTOR_ASSERT() with THROW(ReportedBoundsError) in my recent checkins, since fuzz-test.sh sets WIRESHARK_ABORT_ON_DISSECTOR_BUG. svn path=/trunk/; revision=18693
2006-07-09One more bug from Ilja van Sprundel. Be more paranoid about our offset duringGerald Combs1-45/+46
a loop. Fix up whitespace. svn path=/trunk/; revision=18692
2006-07-09Start declaring the proto_reg... functions to fix 'warning: no previous ↵Jörg Mayer5-4/+21
declaration' svn path=/trunk/; revision=18691
2006-07-09include packet-cdt.h to declare prototypesJörg Mayer3-7/+11
svn path=/trunk/; revision=18689
2006-07-08don't use only upper case letters for ResolveWin32UUID parameter and ↵Ulf Lamping1-19/+19
variable names svn path=/trunk/; revision=18688
2006-07-08if the request/response subdissector couldn't be called because of missing ↵Ulf Lamping1-2/+14
bind information, add a generated field telling the user and add an expert info entry This often happens when the capture misses the binding procedure at the beginning of a conversation "capture start too late". svn path=/trunk/; revision=18687
2006-07-08Catch another infinite loop. Fixes bug 985.Gerald Combs1-0/+4
svn path=/trunk/; revision=18686
2006-07-07Fix more bugs reported by Ilja van Sprundel.Gerald Combs4-51/+61
packet-pktc.c: Catch an underflow. packet-ospf.c: Don't burn CPU cycles unnecessarily. packet-rpc.c: Catch an overflow. packet-mq.c: Check a header size. Fix up whitespace. svn path=/trunk/; revision=18685
2006-07-07add missing #include <epan/emem.h> to fix a related warningUlf Lamping1-0/+2
svn path=/trunk/; revision=18684
2006-07-07Fix our loop checks.Gerald Combs1-2/+4
svn path=/trunk/; revision=18683
2006-07-07Point to the latest repository directory.Gerald Combs1-1/+1
svn path=/trunk/; revision=18682
2006-07-07Fix another infinite loop. Remove redundant code.Gerald Combs1-18/+3
svn path=/trunk/; revision=18681
2006-07-07propset ....Jörg Mayer1-1/+1
svn path=/trunk/; revision=18680
2006-07-07From Martin Mathieson:Anders Broman2-265/+450
packet-diameter.c - show vendor ID as a decimal number diameter/chargecontrol.xml - add more AVP entries from 3GPP TS 32.299 (6.6.0) svn path=/trunk/; revision=18679
2006-07-07Fix more bugs found by Ilja van Sprundel.Gerald Combs4-183/+184
packet-mount.c: Don't allocate a huge amount of memory. packet-ntp.c: Fix a possible format string bug. packet-ndps.c: packet-nmas.c: Fix an off-by-one buffer error. svn path=/trunk/; revision=18678
2006-07-07Fix a few format string bugs found by Ilja van Sprundel.Gerald Combs4-384/+384
svn path=/trunk/; revision=18677
2006-07-06Add the asn1 directory to the distribution.Gerald Combs3-1/+416
svn path=/trunk/; revision=18676
2006-07-06add another CBA DCOM HRESULTUlf Lamping1-0/+1
svn path=/trunk/; revision=18675
2006-07-06Set the version to 0.99.2, since we're building releases from /trunk again.Gerald Combs3-5/+5
svn path=/trunk/; revision=18674
2006-07-06Update to Net-SNMP 5.3.0.1.Gerald Combs3-3/+3
svn path=/trunk/; revision=18673
2006-07-06Catch an infinite loop.Gerald Combs1-0/+1
svn path=/trunk/; revision=18672
2006-07-06New dissector for the cisco wireless ids communication protocolJörg Mayer2-0/+199
(name invented by me, better suggenstions welcome). svn path=/trunk/; revision=18671
2006-07-06Includeing prefs.h once is sufficientJörg Mayer1-1/+0
svn path=/trunk/; revision=18670
2006-07-06the pidl parameter is now --ws-parser and not --eth-parserRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18669
2006-07-05Fix an infinite loop in dissect_ber_tagged_type(). Fix up whitespace.Gerald Combs1-3/+5
svn path=/trunk/; revision=18668
2006-07-05Don't pass an empty OID to sprint_realloc_variable(). This should fix a Gerald Combs2-13/+19
recent fuzz error. Fix up whitespace. svn path=/trunk/; revision=18667
2006-07-05Fix a format string bug. This should fix some of the current fuzzGerald Combs2-2/+2
crashes. svn path=/trunk/; revision=18666
2006-07-05Make our tvb exists before we try to dereference it. Fixes some of the Gerald Combs1-32/+35
current fuzz errors. svn path=/trunk/; revision=18665