aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-01-15Add mate to the build process (plus a few whitespace changes)Jörg Mayer2-4/+5
svn path=/trunk/; revision=13051
2005-01-15Update FAQ and manuf filesJörg Mayer3-88/+176
svn path=/trunk/; revision=13050
2005-01-15Bump the version to 0.10.9.Gerald Combs2-3/+3
svn path=/trunk/; revision=13049
2005-01-15Recently the capture interface name was added to the title of the capture ↵Ulf Lamping1-1/+35
info dialog. On WIN32, this interface name is in a somehwat unreadable format "\Device\NPF_{242423...", display the interface description on win32 systems instead "Realtek RTL ..." svn path=/trunk/; revision=13048
2005-01-15fix a typoUlf Lamping1-1/+1
svn path=/trunk/; revision=13047
2005-01-15Use -1 as a length value for "to the end of the tvbuff".Guy Harris3-3/+3
svn path=/trunk/; revision=13046
2005-01-15Add an entry for Yann.Guy Harris1-0/+1
svn path=/trunk/; revision=13045
2005-01-15From Yann: handle OLSR messages with an unknown message type, using theGuy Harris1-16/+44
message length. svn path=/trunk/; revision=13044
2005-01-14(Hopefully clarified) name resolution a bit.Ulf Lamping1-24/+49
svn path=/trunk/; revision=13043
2005-01-14Add support for extended sequence numbers as specified in Annex A of Q.703.Michael Tüxen1-60/+132
svn path=/trunk/; revision=13042
2005-01-14From Laurent Rabret: handle the cases where there's no capture file, orGuy Harris7-20/+39
there is but it has no packets. svn path=/trunk/; revision=13041
2005-01-14If an item in a source description chunk begins with 4 bytes of zero,Guy Harris1-16/+7
that doesn't mean it's padding at the end of a previous item - it might, for example, be the *first* item in the chunk. Don't treat it as padding. Do, however, treat an item that begins with a zero byte as an item, but break out of the loop processing items as soon as the item type is put into the protocol tree, as there's no length field or data in an RTCP_SDES_END item. Fix the comment for that loop to indicate that the loop checks both for end-of-frame and for an RTCP_SDES_END item. svn path=/trunk/; revision=13040
2005-01-14Pass 0, not FALSE, as the FCS length argument (FALSE is defined as 0,Guy Harris1-2/+2
but the field is integral, not Boolean, so it's clearer if it's passed as 0). svn path=/trunk/; revision=13039
2005-01-14With xcopy use backsplash instead of slash as directory seperator Lars Roland1-2/+2
svn path=/trunk/; revision=13038
2005-01-14Replace another "cp" with two "xcopy"sLars Roland1-2/+2
svn path=/trunk/; revision=13037
2005-01-14Add nmake makefile for /asn1/h225Lars Roland1-0/+23
svn path=/trunk/; revision=13036
2005-01-14Fix svn propertiesLars Roland1-1/+1
svn path=/trunk/; revision=13035
2005-01-14From Greg Morris: Improve malformed packet handling.Gerald Combs1-3/+3
svn path=/trunk/; revision=13034
2005-01-14Remove another GNU cp dependency.Gerald Combs1-2/+2
svn path=/trunk/; revision=13033
2005-01-14Fix indentation.Guy Harris1-73/+98
Catch size values >= 0x80000000 and throw an exception rather than crashing with an assertion. svn path=/trunk/; revision=13032
2005-01-14Included filename packet-H225-exp.h changed to packet-h225-exp.hTomas Kukosa1-2/+2
svn path=/trunk/; revision=13031
2005-01-14From Rene Pilz:Guy Harris2-47/+1791
- Fix partly wrong cause values in the gmm (found by Miklos Szurdi) - Fix high/low nibble swap of the force to standby field (found by Miklos Szurdi) - Dissect all elements svn path=/trunk/; revision=13030
2005-01-14From Stefano Pettini: RMT support for ALC and NORM.Guy Harris12-0/+1977
svn path=/trunk/; revision=13029
2005-01-14Note that the low-order bit of hdr->hdr_2_x.xxx[8] appears to be a "badGuy Harris1-2/+10
FCS" bit for 802.11, just as it appears to be for Ethernet, and give more details on the 4 bytes of junk at the end of the packet (i.e., that we haven't yet seen an 802.11 capture where it's an FCS rather than just junk). svn path=/trunk/; revision=13028
2005-01-14add hosts file and some more name resolution infoUlf Lamping2-16/+66
svn path=/trunk/; revision=13027
2005-01-13Add a first draft asn2eth generated H.450.x dissectorAnders Broman4-0/+1237
svn path=/trunk/; revision=13026
2005-01-13Some minor bugfixes to H225 functions exported and an OID added and one OID ↵Anders Broman4-37/+39
for H245 svn path=/trunk/; revision=13024
2005-01-13Add one OIDAnders Broman1-0/+1
svn path=/trunk/; revision=13023
2005-01-13Minor bug fixes and export functions needed by h450Anders Broman3-3/+12
svn path=/trunk/; revision=13022
2005-01-13fix a bug (reported by Greg Morris) caused by code cleanup (blame it on me): Ulf Lamping1-1/+2
as the total packet count wasn't updated, the capture_info dialog wasn't updated accordingly svn path=/trunk/; revision=13021
2005-01-13Add a missing case.Guy Harris1-0/+1
svn path=/trunk/; revision=13020
2005-01-13Use tcp_dissect_pdus() for DLSw-over-TCP.Guy Harris1-40/+156
Have the DLSw dissector reject packets with an unknown version field. Leave out some more fields when dissecting Capability Exchange packets, as they're not used in those packets. Show numbers in hex when appropriate. Show the individual subfields of the flow control and SSP flags fields. Show the frame direction field with val_to_str(), and show the raw value. Clean up indentation. svn path=/trunk/; revision=13019
2005-01-13Updates from Susanne Edlund.Guy Harris1-127/+1
Remove bogus boilerplate from introductory comment. svn path=/trunk/; revision=13018
2005-01-13Add support for a personal hosts file.Guy Harris3-48/+77
Clean up the description of the global and personal ethers and ipxnets files. svn path=/trunk/; revision=13017
2005-01-13OPT RRs don't have a class field.Guy Harris1-4/+7
svn path=/trunk/; revision=13016
2005-01-13Use symbolic names for ARP types.Guy Harris1-5/+7
Clean up indentation. svn path=/trunk/; revision=13015
2005-01-13HTTP requests have no content if there's no Content-Length header and noGuy Harris1-9/+51
Transfer-Encoding header. svn path=/trunk/; revision=13014
2005-01-13Display PER booleans the way other bitfields are displayed.Guy Harris1-2/+2
svn path=/trunk/; revision=13013
2005-01-13Don't crash on a negative lengthAnders Broman1-0/+4
svn path=/trunk/; revision=13012
2005-01-13Welcome to the wonderful world of "make", wherein a command in a set ofGuy Harris1-1/+1
make rules must be indented with one or more tabs - no spaces, just tabs. I seem to remember a Stu Feldman quote somewhere in which he apologized for that requirement.... svn path=/trunk/; revision=13011
2005-01-12add some of the DCE/RPC functions to the plugin APIUlf Lamping8-6/+52
svn path=/trunk/; revision=13010
2005-01-12don't use two variables for keeping the current ringbuffer file numberUlf Lamping1-5/+6
svn path=/trunk/; revision=13009
2005-01-12cleanup old files before generating xyzzy target (it drove me almost crazy ↵Ulf Lamping2-2/+9
to find out the right way to build this target correctly, so be a bit more "automatically" the next time) svn path=/trunk/; revision=13008
2005-01-12performance improvement: Ulf Lamping1-44/+68
In the past: to prevent duplicate protocol names (and alike), each time a new protocol was registered, the list of protocols were iterated and the name compared with each existing name using strcasecmp, which is slow as we have >500 protocols right now. Now: the protocol name to check against duplicates is first converted into a hashvalue and then only this value is checked and stored in a hashtable. This way the string to check for, has to be converted/compared only a single time! svn path=/trunk/; revision=13007
2005-01-12add new function dissect_dcerpc_uuid_t and let dissect_ndr_uuid_t call itUlf Lamping4-78/+60
svn path=/trunk/; revision=13006
2005-01-12clarify text and describe libethereal.defUlf Lamping1-1/+10
Could someone have a look at this, as I'm not 100% sure if it's correct. svn path=/trunk/; revision=13005
2005-01-12From Tomer Shani :register_dissector callAnders Broman1-1/+3
svn path=/trunk/; revision=13004
2005-01-11Improve the error reporting.Guy Harris1-14/+26
Remove a duplicate #include, and shuffle the includes a bit to put OS includes before other includes. svn path=/trunk/; revision=13003
2005-01-10Add a "hex_str_to_bytes()" routineTomas Kukosa1-0/+1
svn path=/trunk/; revision=13002
2005-01-10One more patch for mate:Lars Roland6-192/+111
- renamed analyze_frame() into mate_analyze_frame(). - prepare mate to be statically linked - use report_open_failure() , report_read_failure() and report_failure() in case there's an error while loading the config - some cleanup in mate_util.c - some fixes and cleanup in examples and matelib svn path=/trunk/; revision=13001