aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-09-10Some cleanup: correct some grammar and do a few minor rewordingsBill Meier11-37/+37
svn path=/trunk/; revision=22837
2007-09-10General cleanup; Update 'Win32 Automated library download' section slightly;Bill Meier10-313/+326
Cleanup: - relatively minor wording changes - spelling - typos - minor formatting changes svn path=/trunk/; revision=22836
2007-09-10Fix my earlier typo.Bill Meier1-1/+1
svn path=/trunk/; revision=22835
2007-09-10From Chad Singer:Jaap Keuter5-124/+676
UNISTIM Tap interface plus call grapher. svn path=/trunk/; revision=22834
2007-09-09add a dissectors project, so MSVC "jump to error" worksUlf Lamping2-1/+106
svn path=/trunk/; revision=22833
2007-09-09translate some german to englishUlf Lamping9-30/+18
svn path=/trunk/; revision=22832
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project ↵Ulf Lamping13-0/+3114
files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process. svn path=/trunk/; revision=22831
2007-09-09don't try to put a ## comment after the touch call, this will end up in a ↵Ulf Lamping1-1/+2
few strange new files generated svn path=/trunk/; revision=22830
2007-09-09remove unused #elseUlf Lamping1-3/+1
svn path=/trunk/; revision=22829
2007-09-08- Slightly improved dissection of Cisco's fragmented ISAKMP.Jörg Mayer1-1/+57
- Corrected misdetection of CISCO-UNITY VID. svn path=/trunk/; revision=22828
2007-09-07Change the long protocol name dissectors for various DFS protocols toGuy Harris9-701/+700
indicate that they're for DFS; update comments as well. Rename packet-dcerpc-afs4int.c to packet-dcerpc-fileexp.c, and change the short and filter names for the protocol, and the names for the filterable fields, to reflect the fact that it's for the File Exporter protocol in DFS. ("AFS 4" = DCE DFS.) svn path=/trunk/; revision=22827
2007-09-07If the whole packet was not captured (e.g., due to the snapshot length), do ↵Jeff Morriss1-70/+82
not attempt to verify the checksum of the packet. Rather, inform the user that we didn't/couldn't verify the checksum. svn path=/trunk/; revision=22826
2007-09-07From Todd J Martin:Stig Bjørlykke1-47/+315
The attached patch to packet-bfd.c adds the following enhancements to BFD decoding: - The Authentication Section is now decoded. All of the authentication methods are supported. Verification of checksums is not implemented. - BFD flags are now shown in a tree - Added support for the M flag - Added a display filter for the message length - For the Desired Min TX Interval, Required Min RX Interval, and Required Min Echo RX Interval fields, the time value is now printed in both milliseconds and microseconds. (Previously, only milliseconds was being shown.) The PDU represents the time in microseconds, but most implementations deal in milliseconds. - Added a warning to flag the packet if the Authentication bit is set, but the full Authentication Section is not present. - Added descriptions for most of the fields - Fix the name of the protocol. BFD stands for Bidirectional Forwarding Detection and not Bi-directional Fault Detection. - Register the protocol on the UDP multihop port (4784). - Change the filter name for the protocol from bfdcontrol to bfd since all of the other display filters started with bfd. Removed unused hf_bfd_auth_checksum. Modified printing of the ':' at the end of the Authentication tree. svn path=/trunk/; revision=22825
2007-09-07Replace remaining non-printable characters that looked like spaces with real ↵Martin Mathieson1-2/+2
spaces. svn path=/trunk/; revision=22824
2007-09-07Crap - missed this one!Martin Mathieson1-0/+1
svn path=/trunk/; revision=22823
2007-09-07Argh! Used the wrong length modifier for size_t.Stig Bjørlykke2-4/+4
svn path=/trunk/; revision=22822
2007-09-07Hm. Not so clean on all compilers...Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=22821
2007-09-07Fixed compiler warnings.Stig Bjørlykke2-5/+5
svn path=/trunk/; revision=22820
2007-09-07Small cleanup:Martin Mathieson1-58/+32
- remove unprintable chars (pasted from formatted spec doc?) - use _U_ for unsused function argument - remove accidental(?) assignment in function parameter - make indentation consistent by removing the (few) tabs in the file svn path=/trunk/; revision=22819
2007-09-07Try Stephen Croll's workaround.Martin Mathieson1-7/+7
svn path=/trunk/; revision=22818
2007-09-06Moved packet-imf.c and packet-tnef.c from ASN_DISSECTOR_SRC to ↵Stig Bjørlykke2-3/+3
CLEAN_DISSECTOR_SRC, as they are not generated from ASN1. svn path=/trunk/; revision=22817
2007-09-06Corrected some types, instead of adding a cast (from r21142).Stig Bjørlykke1-3424/+3455
Reindented file. svn path=/trunk/; revision=22816
2007-09-06Fixed a warning: 'j' may be used uninitialized in this function.Stig Bjørlykke2-2/+2
svn path=/trunk/; revision=22815
2007-09-06Count the number of TSNs gap-acked in a SACK. Warn the user (with an Expert ↵Jeff Morriss1-57/+77
info) if the number is greater than, say, 100. Also reindent large portions of the sack dissector function to make it readable. svn path=/trunk/; revision=22814
2007-09-06Change it back...Anders Broman1-1/+1
Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun. svn path=/trunk/; revision=22813
2007-09-06Add A11 RRQ-CVSE-Active Start Airlink Record-Subtype 108 is expressed to Subnet.Anders Broman2-7/+20
Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun. svn path=/trunk/; revision=22812
2007-09-06Fix problems found by Beyond Security: Gerald Combs2-14/+55
Instead of overflowing an unsigned int when determining the number of items in a range, use a signed int and check for a negative value. Make sure our offset increments as we step through each item. This should avoid large/inifinite loops. Fix the size of hf_dnp3_al_range_stop32. svn path=/trunk/; revision=22811
2007-09-06Fix a comment.Guy Harris1-1/+1
svn path=/trunk/; revision=22810
2007-09-06Add .c.obj:: inference rule (to cause "batch compile")Guy Harris1-0/+3
svn path=/trunk/; revision=22809
2007-09-06Remove debug code and a "lost" line.Anders Broman1-2/+1
svn path=/trunk/; revision=22808
2007-09-06Get rid of get_ber_last_reated_item() and fix dissection of wIN-TriggerList.Anders Broman3-455/+519
svn path=/trunk/; revision=22807
2007-09-06Fix the unsigned errors. Not sure about the other windows errors yet...Martin Mathieson1-2/+2
svn path=/trunk/; revision=22806
2007-09-06Added ipprotostr to libwireshark.defStig Bjørlykke1-0/+1
svn path=/trunk/; revision=22805
2007-09-06Enable esc key for SCTP Associations window.Bill Meier1-2/+4
svn path=/trunk/; revision=22804
2007-09-06Map "wimax" -> "wimaxasncp"Martin Mathieson1-0/+5
svn path=/trunk/; revision=22802
2007-09-06Build WiMAX ASN Control Plane dissector pluginMartin Mathieson4-2/+24
svn path=/trunk/; revision=22801
2007-09-06Add wimaxasncp plugin folder contents (other changes will follow)Martin Mathieson11-0/+4982
svn path=/trunk/; revision=22800
2007-09-05- "quote" source dir of packaging_zip1 and packaging_zip2, so it also works ↵Ulf Lamping1-6/+7
with spaces in this path - epan now depends on zlib and wiretap, add dependencies accordingly svn path=/trunk/; revision=22799
2007-09-05remove comment which compiler version works - they all workUlf Lamping1-8/+8
svn path=/trunk/; revision=22798
2007-09-05Fix indentation.Guy Harris1-9/+9
svn path=/trunk/; revision=22797
2007-09-05Fix the asn1 code for WIN-TriggerList and systemMyTypeCode plusAnders Broman3-161/+137
a copy-paste error in the hf fields. svn path=/trunk/; revision=22796
2007-09-05Prevent Gtk-Critical msg when invoking "+Expression" from Filter Toolbar in ↵Bill Meier1-2/+4
main window; Fixes bug reported by Toralf Förster svn path=/trunk/; revision=22795
2007-09-05Check object_identifier_id before use.Stig Bjørlykke2-9/+11
svn path=/trunk/; revision=22794
2007-09-05From Munenori Ohuchi:Jaap Keuter1-10/+50
packet-netflow.c is lack of the capability to decode ipv6 address related fields in netflow v9. This patch enables dissecting the following fields: Type 27 IPV6_SRC_ADDR, Type 28 IPV6_DST_ADDR, Type 29 IPV6_SRC_MASK, Type 30 IPV6_DST_MASK and Type 62 IPV6_NEXT_HOP. svn path=/trunk/; revision=22793
2007-09-05Include expert.h and while at it change to use -X and -T options for asn2wrs.Anders Broman6-865/+465
svn path=/trunk/; revision=22792
2007-09-05start prettifying nfsv4Ronnie Sahlberg1-39/+37
svn path=/trunk/; revision=22791
2007-09-04on unix, we dont have size_t until we have imported all the other Ronnie Sahlberg1-1/+2
includes which breaks emem.h svn path=/trunk/; revision=22790
2007-09-04we dont have g_hash_table_new_full() on gtk1Ronnie Sahlberg1-0/+5
use g_hash_table_new() on gtk1 and leak memory instead this should actually a be using an se_tree instead of hashtables svn path=/trunk/; revision=22789
2007-09-04Don't call get_interface_descriptive_name() on a NULL iface: fixes a ↵Jeff Morriss1-1/+1
segfault when doing Statistics->Summary when you didn't capture anything (but rather read in a file) svn path=/trunk/; revision=22788
2007-09-04Fixed compiler warnings to get the buildbot going.Stig Bjørlykke1-2/+1
svn path=/trunk/; revision=22787