aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2004-12-09Add PacketCable Event Message information to the "Info" column.Gerald Combs1-2/+21
svn path=/trunk/; revision=12702
2004-12-09Terminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".Gerald Combs1-2/+2
Otherwise, "tethereal -G values" fails on some platforms. svn path=/trunk/; revision=12701
2004-12-09Note that the link-layer types 170 and 171 are reserved (GFP-T is a bitGuy Harris1-0/+5
ugly, as it encapsulates, for example, the 8B/10B code for gigabit Ethernet and Fibre Channel, so code to read it might have to decode that; GPF-F isn't so bad). svn path=/trunk/; revision=12700
2004-12-09Improve the byte length check from the last commit, and check for the sameGerald Combs1-16/+34
problem in other parts of the code. svn path=/trunk/; revision=12699
2004-12-09Check for a bogus byte length.Gerald Combs1-2/+8
svn path=/trunk/; revision=12698
2004-12-09Add another token size check.Gerald Combs1-0/+8
svn path=/trunk/; revision=12697
2004-12-08Add a value string for 3gpp2 Service option values.Anders Broman1-1/+51
svn path=/trunk/; revision=12696
2004-12-08Fix the RCS ID.Guy Harris1-6/+2
The "if()" gets rid of one GCC warning, but adds another one - we could leave the warning in place, as a reminder that the dissector needs to be finished, or we could just tag the parameter with _U_ to suppress the warning. svn path=/trunk/; revision=12695
2004-12-08Squelch some compiler warnings.Guy Harris1-28/+30
svn path=/trunk/; revision=12694
2004-12-08Check for an invalid header length.Gerald Combs1-8/+14
svn path=/trunk/; revision=12693
2004-12-08Fix the following:Jörg Mayer1-1/+1
packet-ipmi.c:3568: warning: ISO C forbids initialization between function pointer and 'void *' by declaring a proper function variable. svn path=/trunk/; revision=12692
2004-12-08(hopefully) removed some gcc warningsUlf Lamping3-7/+18
svn path=/trunk/; revision=12691
2004-12-08From Susanne Edlund: I have rewritten the bssgp dissector to comply with ↵Anders Broman1-1607/+5659
3GPP v 6.5.0. svn path=/trunk/; revision=12690
2004-12-08Add a URL for an old I-D for Etheric, and ask some questions about howGuy Harris1-0/+12
much ISUP stuff we should use? svn path=/trunk/; revision=12689
2004-12-08Just use the parameter type definitions, and value_string table, fromGuy Harris3-274/+100
the ISUP dissector; if that's not the right thing to do, put the old tables back and *don't* include "packet-isup.h". svn path=/trunk/; revision=12688
2004-12-08Undo previous patch: It was wrongJörg Mayer1-2/+2
svn path=/trunk/; revision=12687
2004-12-08When we #include the prototype of a function/variable, it should notJörg Mayer1-2/+2
be declared static. svn path=/trunk/; revision=12686
2004-12-07aoe updateRonnie Sahlberg1-4/+184
svn path=/trunk/; revision=12685
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