aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-12-07Updates for 0.10.8.Gerald Combs3-4666/+1779
svn path=/trunk/; revision=12683
2004-12-07From Rene Pilz:Guy Harris1-77/+3803
add the protocols GPRS Mobility Managment and GPRS Session Mangement to gsm_a (dtap); bug fix (RAND->128Bits=16Bytes != 12 Bytes). svn path=/trunk/; revision=12682
2004-12-07The standard environment separator character under Windows is ";".Gerald Combs1-2/+11
Net-SNMP expects this in the MIBS environment variable, so don't use ":" in the default MIB list if we're running under Windows. svn path=/trunk/; revision=12681
2004-12-07Get rid of an unused true_false_string value.Guy Harris1-5/+0
svn path=/trunk/; revision=12680
2004-12-07From Brett Kuskie: add more HTTP headers as filterable fields.Guy Harris2-0/+85
svn path=/trunk/; revision=12679
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onGuy Harris3-1/+17
Ethereal, unaware that the Ethereal team does *NOT* control libpcap format, thinks they can just grab 169 and use it for their own purposes). svn path=/trunk/; revision=12678
2004-12-07Check for a bogus length value.Gerald Combs1-0/+5
svn path=/trunk/; revision=12677
2004-12-07svn propset svn:keywords Id svn:eol-style native .....Jörg Mayer4-2314/+2320
Add $Id: $ where missing svn path=/trunk/; revision=12676
2004-12-07update one of the command namesRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=12675
2004-12-07create a proper ETHERTYPE for ATAoverEthernetRonnie Sahlberg3-3/+6
svn path=/trunk/; revision=12674
2004-12-07new protocol: ATAoverETHERNET (AoE)Ronnie Sahlberg2-0/+357
svn path=/trunk/; revision=12673
2004-12-06Add more suboption length checks to dissect_bap_phone_delta_opt().Gerald Combs1-1/+14
svn path=/trunk/; revision=12672
2004-12-06Check for a bogus authentication subheader length.Gerald Combs1-1/+9
svn path=/trunk/; revision=12671
2004-12-06(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping4-0/+2743
first part of the PROFINET dissectors (PN-RT, PN-DCP and PN-IO) still some work to be done ... svn path=/trunk/; revision=12670
2004-12-05updates to pkix1implicit (we have to think about how to rewrite both ↵Ronnie Sahlberg15-126/+1111
pkix1eplicit and pkix1implicit to avoid the crap with duplicate definitions from x509) New protocol : RFC3161 PKIX TimeStamp Protocol svn path=/trunk/; revision=12669
2004-12-05Grab the last (and null) byte of the content type value.Gerald Combs1-1/+1
svn path=/trunk/; revision=12668
2004-12-04Fix some typosJörg Mayer1-9/+8
svn path=/trunk/; revision=12667
2004-12-04Updates by Martin RegnerJörg Mayer1-24/+35
svn path=/trunk/; revision=12666
2004-12-04Add a bit of info that should be present in a captureJörg Mayer1-0/+6
svn path=/trunk/; revision=12665
2004-12-03Add a URL for the BitTorrent protocol spec.Guy Harris1-0/+6
svn path=/trunk/; revision=12664
2004-12-03From Tomasz Mrugalski:Guy Harris2-23/+140
- option values updated to match RFC3898 (NIS/NIS+ options) - FQDN option added (draft-ietf-dhc-dhcpv6-opt-fqdn-00.txt) - Lifetime option added (draft-ietf-dhc-dhcpv6-opt-lifetime-00.txt) - Long lasting typo corrected (those are identiTy associations, not identiFy associations) - Fixed bug always reporting SIP DOMAIN option to be malformed (break was missing) - Domains names are now parsed (in DOMAIN_LIST, SIP_SERVER_A, NIS_DOMAIN and NISPLUS_DOMAIN options). svn path=/trunk/; revision=12663
2004-12-03make the tcp dissector distinguish between duplicate acks and window updatesRonnie Sahlberg1-5/+33
svn path=/trunk/; revision=12662
2004-12-02Add some additional notes based on comments by Rick Jones.Guy Harris1-0/+4
svn path=/trunk/; revision=12661
2004-12-02Don't export flags_set_truth from libethereal.dll. It can't be used in a ↵Lars Roland1-1/+0
plugin on win32 to initialize static variables, e.g. hf_register_info arrays. svn path=/trunk/; revision=12660
2004-12-02Don't ethclist.h in main.c, when we don't need it.Lars Roland1-0/+2
svn path=/trunk/; revision=12659
2004-12-02We don't use our own clist for GTK+ 1.3[.x], either.Guy Harris1-1/+1
svn path=/trunk/; revision=12658
2004-12-02From Nathan Jennings: add a preference that supplies a prefix for windowGuy Harris9-10/+86
titles. svn path=/trunk/; revision=12657
2004-12-02From Francisco Alcoba: handle inverted time stamps without hanging.Guy Harris1-2/+13
svn path=/trunk/; revision=12656
2004-12-02From David Fort: the DNS RR type number for IPSECKEY will be changing toGuy Harris1-7/+5
45, so update the dissector. svn path=/trunk/; revision=12655
2004-12-02We're not using our own clist for GTK+ 2.x, so callGuy Harris1-1/+3
"init_eth_clist_type()" only for GTK+ 1.2[.x]. svn path=/trunk/; revision=12654
2004-12-02performance enhancement:Ronnie Sahlberg3-16/+15
in some profiling runs eth_clist_get_type() took ~6% change this to just a variable and initialize it explicitely from main.c svn path=/trunk/; revision=12653
2004-12-02make ethereal compile with --without-pcap configuration optionRonnie Sahlberg2-2/+5
svn path=/trunk/; revision=12652
2004-12-01Move the #ifdef/#endif a bit so that the entire chunk ofGuy Harris1-2/+2
live-capture-related-code is inside it. svn path=/trunk/; revision=12651
2004-12-01minor fix to tethereal to allow it to compile with --without-pcapRonnie Sahlberg1-0/+2
svn path=/trunk/; revision=12650
2004-12-01Replace GRE_FR with ETHERTYPE_RAW_FR.Gerald Combs1-1/+1
svn path=/trunk/; revision=12649
2004-12-01Make the Ericsson internal decode of IP addresses a preference instead of IF ↵Anders Broman1-24/+24
DEFS, default off. svn path=/trunk/; revision=12648
2004-12-01Clean up a comment.Guy Harris1-1/+1
svn path=/trunk/; revision=12647
2004-12-01Explain the two IEEE URLs.Guy Harris1-1/+8
Get rid of a non-ASCII character in a comment - it might or might not display as a "registered trademark" symbol, depending on your editor and on the character set and character encoding it's using, so just use "(R)" instead. svn path=/trunk/; revision=12646
2004-12-01Get rid of a not needed define.Anders Broman1-1/+0
svn path=/trunk/; revision=12645
2004-12-01Fix a typo.Guy Harris2-2/+2
svn path=/trunk/; revision=12644
2004-12-01Add some ethertypesAnders Broman2-1/+3
svn path=/trunk/; revision=12643
2004-12-01Add some ethertypesAnders Broman1-1/+10
svn path=/trunk/; revision=12642
2004-12-01Catch a couple of integer overflows.Gerald Combs1-0/+10
svn path=/trunk/; revision=12641
2004-12-01Don't access memory that may have been freed.Gerald Combs1-3/+8
svn path=/trunk/; revision=12640
2004-12-01If bash is run as a non-login shell, it doesn't read /etc/profile. Under Gerald Combs2-1/+2
Cygwin this has the side effect of making the Windows "find" command appear first in the path instead of Cygwin's "find" command. Call /usr/bin/find explicitly in win32-setup.sh. svn path=/trunk/; revision=12639
2004-12-01From Jelmer Vernooij: BitTorrent support.Guy Harris3-0/+304
svn path=/trunk/; revision=12638
2004-12-01From Marc Poulhies: fix the handling of the authentication option whenGuy Harris2-4/+6
the authentication information is missing (which it can be), and fix a typo. svn path=/trunk/; revision=12637
2004-12-01From Francisco Alcoba:Guy Harris5-120/+204
add IPv6 support; replace "delay" with "delta". svn path=/trunk/; revision=12636
2004-12-01From Francisco Alcoba: link with setargv.obj so that wildcards areGuy Harris1-6/+8
expanded in the command line. svn path=/trunk/; revision=12635
2004-12-01From Martin Regner: support for the parts of H.245 version 10 that areGuy Harris1-7/+176
related to H.239. svn path=/trunk/; revision=12634