aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris160-237/+243
directory to the epan directory. Some of them should perhaps ultimately be moved to epan/dissectors, if they pertain only to stuff exported by a particular dissector. Fix Gerald's e-mail address in files we're moving. svn path=/trunk/; revision=15844
2005-09-16add an expert info based on QualityCode and a COL_INFO outputUlf Lamping1-1/+33
svn path=/trunk/; revision=15843
2005-09-16slightly shrink COL_INFO outputUlf Lamping1-2/+2
svn path=/trunk/; revision=15842
2005-09-16split call id's with a #, if more than one DCE/RPC call is in a data PDUUlf Lamping1-1/+7
svn path=/trunk/; revision=15841
2005-09-16Sort each conversation column numerically. Fix up whitespace.Gerald Combs3-57/+80
It looks like we can't put "COPYCMD=/Y" in config.nmake and expect nmake to do the right thing. Add a comment, and set COPYCMD explicitly in the root Makefile.nmake. The rest of the occurrences of xcopy will have to be taken care of at some point. svn path=/trunk/; revision=15840
2005-09-16Aargh - undo r15838 as I missed jmayer's commit of r15835.Tim Potter1-0/+2
svn path=/trunk/; revision=15839
2005-09-16Comment out pidl dissectors for the moment to get the win32 buildTim Potter1-2/+0
going again. I have most of a patch to get it working but I don't think it will be finished tonight. svn path=/trunk/; revision=15838
2005-09-16If we've enabled the display of BER encapsulation tokens, only put themGuy Harris1-16/+15
into the protocol tree once. Fix the offsets and lengths used to put the variable binding values into the protocol tree. svn path=/trunk/; revision=15837
2005-09-16Add a local copy of pidl, add a README.ethereal to includeJörg Mayer35-0/+14790
minimalistic building and usage instructions. svn path=/trunk/; revision=15836
2005-09-16Move the packet-dcerpc-*.[hc] from pidl/ back to dissectors.Jörg Mayer7-6/+5676
This makes Ethereal build again - there's no real reason that ethereal fails to build for such a long time on so many platforms. svn path=/trunk/; revision=15835
2005-09-16wka.tmpl:Jörg Mayer2-21/+137
Show MS NLB Adresses individually manuf: Update svn path=/trunk/; revision=15834
2005-09-16Note problems with some values that appear in, for example, some SNMPGuy Harris1-0/+11
captures. svn path=/trunk/; revision=15833
2005-09-16Fix a type.Guy Harris1-1/+1
svn path=/trunk/; revision=15832
2005-09-16Add conformance file used for building winreg dissector.Tim Potter1-0/+1
svn path=/trunk/; revision=15831
2005-09-16fixing the fix, it's time to go to bed ...Ulf Lamping1-1/+1
svn path=/trunk/; revision=15830
2005-09-15bugfix: don't crash (assert), if jumping to the first packet and packet_list ↵Ulf Lamping1-0/+6
is currently empty. Can happen at capture start. svn path=/trunk/; revision=15829
2005-09-15Don't use u_char - not all platforms define it, and even those that doGuy Harris3-6/+6
might require other files to be included to get it. svn path=/trunk/; revision=15828
2005-09-15Add a Makefile.Guy Harris1-0/+17
svn path=/trunk/; revision=15827
2005-09-15Add more information regarding call legs.Luis Ontanon2-132/+199
Make the release cause value filterable. svn path=/trunk/; revision=15826
2005-09-15leak fixLuis Ontanon1-2/+6
svn path=/trunk/; revision=15825
2005-09-15Fix fragment length checks. Fixes bugs 440 and 442-446.Gerald Combs1-2/+2
svn path=/trunk/; revision=15824
2005-09-15remove some redundant strcpy()Ronnie Sahlberg1-6/+6
svn path=/trunk/; revision=15823
2005-09-15remove some redundant strcpy()Ronnie Sahlberg1-7/+7
svn path=/trunk/; revision=15822
2005-09-15remove a whole bunch of strcpy() fix minor bug where whe checked the ↵Ronnie Sahlberg1-19/+21
wrong string before we display it svn path=/trunk/; revision=15821
2005-09-15update for ospf from Senthil Kumar NagappanRonnie Sahlberg2-0/+2
svn path=/trunk/; revision=15820
2005-09-15delete the old dissectorRonnie Sahlberg5-292/+0
svn path=/trunk/; revision=15819
2005-09-15delete the old dissector and point the makefile to the new dissectorRonnie Sahlberg3-1690/+2
svn path=/trunk/; revision=15818
2005-09-15new pidl generated atsvc dissector and its conformance fileRonnie Sahlberg4-0/+1664
svn path=/trunk/; revision=15817
2005-09-15Get rid of a no-longer-used variable.Guy Harris1-1/+0
svn path=/trunk/; revision=15816
2005-09-15Move OUIs from LLDP dissector to oui.h.Guy Harris2-49/+56
Get rid of remaining sprintf'ing into on-the-stack buffers. Note where some items came from. svn path=/trunk/; revision=15815
2005-09-15Use ep_strdup_printf() to generate the "not found in value_string table"Guy Harris1-3/+1
string for val_to_str(). svn path=/trunk/; revision=15814
2005-09-15Tag ep_strdup_printf() and se_strdup_printf() as printf-like functions,Guy Harris1-2/+6
so we get compile-time checking of arguments when possible. svn path=/trunk/; revision=15813
2005-09-15A first go at importing some pidl generated code into ethereal. This Tim Potter13-1264/+4594
commit replaces the hand written dcerpc initshutdown and winreg interfaces with autogenerated ones. The pidl generated code is still a bit rought around the edges but will hopefully improve with time. svn path=/trunk/; revision=15812
2005-09-15Add PRIX64, as we now use it.Guy Harris3-4/+14
svn path=/trunk/; revision=15811
2005-09-15Replace the spnego dissector with an asn2eth generated one.Anders Broman7-1015/+1915
svn path=/trunk/; revision=15810
2005-09-15Rename TLV_INFO_MASK to TLV_INFO_LEN_MASK, to match TLV_TYPE_MASK.Guy Harris1-68/+123
Use "tvb_format_stringzpad()" rather than "tvb_format_text()" on strings, as some of them are null-padded. (XXX - are they null-padded or null-terminated?) Clean up the TLV length checks, and do many more such checks. svn path=/trunk/; revision=15809
2005-09-15We already define ETHERTYPE_LLDP in "etypes.h" - use that, don't defineGuy Harris1-659/+594
our own. Get rid of MAC_to_str() - ether_to_str() suffices. Don't copy to on-the-stack fixed-size string buffers, just save the results of various formatting calls as pointers. Use tvb_format_text() to get displayable versions of text strings. Use tvb_get_ipv4() and tvb_get_ipv6(). Don't put an item into the protocol tree as text and then put in a hidden item that, if unhidden, would display the same or almost exactly the same; just put the item into the tree unhidden. svn path=/trunk/; revision=15808
2005-09-15Properly handle 64-bit integer constants (they don't happen by magic,Guy Harris1-23/+23
and the stuff you have to do is compiler-dependent, so use G_GINT64_CONSTANT()). Properly handle formatting 64-bit quantities (they don't format correctly by magic, and the stuff you have to do is compiler-dependent, so use PRI[duoxX]64). Don't copy the result of tvb_bytes_to_str() to a string buffer and then only use it as an argument to a "%s" - just use the result directly. Don't copy constant strings to a buffer - just use the strings directly. Fetch 64-bit integral quantities with tvb_get_ntoh64(); they're presumably in a standard byte order, which is probably big-endian for Internet-family protocols, and using tvb_memcpy() is *guaranteed* to be wrong on some platforms. Fix up a format string. Fix up indentation a bit. svn path=/trunk/; revision=15807
2005-09-15Squelch some warnings, fix some typoes.Guy Harris1-3/+3
svn path=/trunk/; revision=15806
2005-09-14fix wtap_dump_flush function name and don't check for it's return value. We ↵Ulf Lamping1-4/+1
don't do this check in Ethereal either and we will recognize problems at next write anyway ... svn path=/trunk/; revision=15805
2005-09-14added compression support for capture file output. The Save/As dialog now ↵Ulf Lamping14-123/+272
has a checkbox "Compress with gzip" currently limited to Ethereal and all the variants of libpcap filetypes only. We might want to add output compression support to the other tools as well (tethereal, mergecap, ...). We might also want to add support for the other filetypes, but this is only possible if the filetype functions doesn't use special output operations like fseek. One bug is still left: if the input and output filetypes while saving are the same, Ethereal currently optimizes this by simply copy the binary file instead of using wiretap (so it will be faster but it will ignore the compress setting). Don't know a good workaround for this, as I don't know a way to find out if the input file is currently compressed or not. One idea might be to use a heuristic on the filesize (compared to the packet size summmary). Another workaround I see is to remove this optimization, which is of course not the way I like to do it ... svn path=/trunk/; revision=15804
2005-09-14add E_OUTOFMEMORYUlf Lamping1-0/+1
svn path=/trunk/; revision=15803
2005-09-14From Peter JohanssonAnders Broman1-1/+1
I added a description for the call to DISSECTOR_ASSERT in proto.c to be printed to stderr. svn path=/trunk/; revision=15802
2005-09-14Fix a warning.Anders Broman1-1/+1
svn path=/trunk/; revision=15801
2005-09-14From Brian Bogora:Anders Broman3-0/+2203
Our company (Mitel) has developed an LLDP-MED plug-in for Ethereal. svn path=/trunk/; revision=15800
2005-09-14From Dinesh G DuttAnders Broman8-81/+808
Support some new messages and fix a couple of bugs. packet-fc.h - Added a #define for a Cisco MDS-specific frame called OHMS (online health mgmt srv) packet-fc.c - Support for OHMS frame, fixed an incorrect "malformed frame" error caused on ACK1 frames (they don't contain anything but (encap hdr + FC hdr + encap trailer), fixed incorrect detection of last-data-frame packet-fcct.h - Support for new service type, "Fabric Controller", used in conjunction with FC-SW3 ESS message, exported the service name value string definitions and packet-fcct.c - Support for recognizing "Fabric Controller" service type and "vendor-specific" service packet-fcswils.h - Support for ESS & MRRA messages, defined as part of FC-SW3 packet-fcswils.c - Support for ESS & MRRA messages, defined as part of FC-SW3 packet-scsi.c - Support for Verify and Write&Verify SBC commands. svn path=/trunk/; revision=15799
2005-09-14Do the variable binding with dissect_ber_x() routines rather than asn1 ones.Anders Broman1-63/+80
svn path=/trunk/; revision=15798
2005-09-14Dont't carsh if dissect_ber_null() isn't passed a hf_id.Anders Broman1-2/+2
svn path=/trunk/; revision=15797
2005-09-14Allow dissection of dcerpc of short frames instead of aborting as soon as ↵Ronnie Sahlberg1-68/+74
it is detected the pdu is "short" svn path=/trunk/; revision=15796
2005-09-14for octet strings that span beyond the end of a "short" tvb, create a new ↵Ronnie Sahlberg1-4/+7
subset tvb of what we have and use that instead of bailing out completely. svn path=/trunk/; revision=15795