aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Collapse)AuthorFilesLines
2005-02-28Change the RADIUS ATTRIBUTES for some 3GPP AVP:s to display them as ↵Anders Broman1-35/+29
(UTF8)Strings, also added some more AVP:s from a later spec. svn path=/trunk/; revision=13554
2005-02-28Undo change of return (addVendor(atoi(id), code, name)); as it wasn't correct.Anders Broman1-1/+2
svn path=/trunk/; revision=13553
2005-02-28Correct presentation of IMSI digits and highlight correct bytes.Anders Broman1-3/+3
svn path=/trunk/; revision=13552
2005-02-28Add a link to an RX spec, and ask whether the Epoch really should beGuy Harris1-0/+9
dissected as a UN*X time. svn path=/trunk/; revision=13551
2005-02-28Fix capitalization.Guy Harris1-1/+1
svn path=/trunk/; revision=13549
2005-02-28Map "llcgprs.ignore_cipher_bit" to "llcgprs.autodetect_cipher_bit".Guy Harris1-0/+3
svn path=/trunk/; revision=13548
2005-02-27Add register_all_plugin_tap_listeners() to libethereal.defLuis Ontanon1-0/+1
svn path=/trunk/; revision=13544
2005-02-27The stats tree stuff should ultimately allow us to have plugin taps, soGuy Harris2-60/+106
add infrastructure for them, and display the plugin type (which could be both dissector *and* tap) in the list of plugins. svn path=/trunk/; revision=13543
2005-02-27Avoid trying to display a time before 00:00:00 UTC, January 1, 1970 as it ↵Anders Broman1-10/+18
currently will be displayed wrongly. svn path=/trunk/; revision=13542
2005-02-27From Stefano PettiniLuis Ontanon2-3/+4
1) added _U_ tags in RMT dissectors to suppress "unused parameter" warnings. 2) added a dissector_add_handle("ip.udp", ip_handle) to IP dissector, to allow the following chain of protocols: IP over UDP over IP. It seems uncommon, but it's used by implementations of experimental protocols (e.g. TCP-XM) that run a userspace IP stack (e.g. lwIP) over UDP. The dissector of IP over UDP must be enabled explicitly using the "decode as..." window. svn path=/trunk/; revision=13540
2005-02-27add missing reinit_stats_tree symbol, so MSVC can compile againUlf Lamping1-0/+1
svn path=/trunk/; revision=13536
2005-02-27Several fixes to the stats_treeLuis Ontanon3-2/+9
- Avoid creating a copy of every branch at reinitialization this used to cause some GTK warnings and a leakage of tree nodes - propperly check the optarg to avoid getting junk in the filter text this caused a crash svn path=/trunk/; revision=13534
2005-02-26The Kerberos-over-UDP dissector can decide not to dissect packets, so itGuy Harris1-5/+7
needs to be a new-style dissector and explicitly reject them so that other dissectors can pick them up. svn path=/trunk/; revision=13528
2005-02-25The Kerberos 4 dissector is now a dissector that can reject packets, soGuy Harris1-1/+1
register it with "new_register_dissector". svn path=/trunk/; revision=13527
2005-02-25Make the DCE transport type an "int" so that -1 is a valid value and theGuy Harris1-1/+1
compiler doesn't say "that's unsigned, it can't possibly be equal to -1". svn path=/trunk/; revision=13526
2005-02-25Add another function from epan/stats_tree.c to the list of exported ↵Lars Roland1-0/+1
functions in libethereal.def Finally ethereal can be built again on windows. svn path=/trunk/; revision=13525
2005-02-25start dissecting serviceactionin16Ronnie Sahlberg1-20/+102
svn path=/trunk/; revision=13523
2005-02-25Add another function from epan/stats_tree.c to the list of exported ↵Lars Roland1-0/+1
functions in libethereal.def svn path=/trunk/; revision=13520
2005-02-25Add some functions from epan/stats_tree.c to the list of exported functions ↵Lars Roland1-0/+6
in libethereal.def svn path=/trunk/; revision=13519
2005-02-25Show prot numbers in protocol tree, if wanted. Suggested by Jeff Morris.Michael Tüxen1-3/+40
svn path=/trunk/; revision=13518
2005-02-25Add higher SI values.Michael Tüxen1-3/+7
svn path=/trunk/; revision=13517
2005-02-25add support to call krb4 for suspected krb4 stuff soming in on udp port 88Ronnie Sahlberg2-0/+21
weirdo krb4 implementations apparently do this. svn path=/trunk/; revision=13516
2005-02-25pinfo->private_data was a quite subptimal ideaRonnie Sahlberg4-61/+43
change the decodeas for dcerpc so that it actually works again for dcerpc over smb svn path=/trunk/; revision=13515
2005-02-25There's no "tick_range_with_parent_name()" routine.Guy Harris2-6/+0
svn path=/trunk/; revision=13513
2005-02-25Add the stats tree routines.Guy Harris1-1/+13
Alphabetize, in dictionary order (case-insensitive). svn path=/trunk/; revision=13510
2005-02-25change to int the return type of manip_stat_node() so that it can be used as ↵Luis Ontanon2-4/+4
a parent svn path=/trunk/; revision=13508
2005-02-25Get stats_tree compiledLuis Ontanon1-0/+3
svn path=/trunk/; revision=13507
2005-02-25some more work forLuis Ontanon2-7/+53
- beautify the text output - make gtk1 textbox implementation usable (I hope) svn path=/trunk/; revision=13506
2005-02-24Dissect MTP3 with service indicator 14 as H248.Anders Broman1-0/+1
svn path=/trunk/; revision=13505
2005-02-24From Ben Turner:Anders Broman1-1/+1
Vendors were not being parsed properly from the XML diameter dictionary. svn path=/trunk/; revision=13504
2005-02-24Update to the stats_tree tapping APILuis Ontanon3-4/+63
- change the tap init_string to %s,tree instead of %s,stat - change the registration key (it used to be tapname, that disallowed to register more than one tap per protocol) - add a "pivot" node for convenience svn path=/trunk/; revision=13502
2005-02-24Add some minor Cisco proprietary stuff (hostname, network-eap)Jörg Mayer1-3/+18
svn path=/trunk/; revision=13495
2005-02-24Clean up white space.Guy Harris1-48/+45
"decode_boolean_bitfield()" returns a "const char *" - don't cast it to a "gchar *" and modify what it points to. Instead, just use "other_decode_bitfield_value()". svn path=/trunk/; revision=13494
2005-02-24Not everything that uses "capture_eth()" includes "capture.h" (the ATMGuy Harris1-2/+0
dissector, for one). svn path=/trunk/; revision=13493
2005-02-23fix some asn2eth warningsAnders Broman2-429/+225
svn path=/trunk/; revision=13486
2005-02-23Add dissection of packet tdmcAnders Broman2-66/+95
svn path=/trunk/; revision=13484
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that ↵Ronnie Sahlberg27-496/+569
takes a implicit_tag parameter svn path=/trunk/; revision=13479
2005-02-23fix printout of length of ndmp pduRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=13478
2005-02-23Add request URI and Version fields. Add a question about fixing a memory leak.Gerald Combs1-1/+34
svn path=/trunk/; revision=13475
2005-02-22fix usage of "if(tree) {" to display the right things, even if no coloring ↵Ulf Lamping2-145/+148
rule is set svn path=/trunk/; revision=13471
2005-02-22From Francisco Alcoba:Luis Ontanon4-35/+84
changed the behaviour of get_addr_name: - resolve to a name if the address supports it - call address_to_str if it does not, but the address is valid - return "NONE" if it is AT_NONE svn path=/trunk/; revision=13463
2005-02-21added IEEE 802.1 Link Layer Discovery Protocol (LLDP) to the ethertypes, but ↵Ulf Lamping1-0/+1
sorry, no dissector (yet?) svn path=/trunk/; revision=13460
2005-02-20fix a typo: lenght -> lengthUlf Lamping6-10/+10
This seems to be a "more common" typo, fixed it 13 times throughout the code ... svn path=/trunk/; revision=13452
2005-02-20Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),Luis Ontanon3-10/+23
there are still problems at reinit (gtk2 node->pr warns about an iterator not been OK) set up propperties of the given files svn path=/trunk/; revision=13448
2005-02-20Add packet-rdt.h to DISSECTOR_INCLUDESJörg Mayer1-0/+1
svn path=/trunk/; revision=13436
2005-02-20modify eol-style propertyLuis Ontanon2-4/+4
svn path=/trunk/; revision=13434
2005-02-19From Martin MathielsonLuis Ontanon4-17/+583
RDT (Realplayer Data Protocol) dissector and patch RTSP to create RDT conversations svn path=/trunk/; revision=13431
2005-02-18usage of tcp_dissect_pdu is brokenRonnie Sahlberg1-0/+7
comment it out to stop it from dumping core. jxta people will have to fix this properly later. svn path=/trunk/; revision=13426
2005-02-18do not prototype capture_eth() unless capture.h has being includedLuis Ontanon1-0/+2
svn path=/trunk/; revision=13425
2005-02-17minor prettificationRonnie Sahlberg1-6/+6
svn path=/trunk/; revision=13421