aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-04-10fix descriptive texts, so they fit into the windowUlf Lamping1-2/+5
svn path=/trunk/; revision=14037
2005-04-10Clean up indentation.Guy Harris1-119/+119
svn path=/trunk/; revision=14036
2005-04-10Clean up white space, and tweak a comment slightly ("message" in theGuy Harris1-6/+6
error message case referred to the error message text, not the message on the pipe). svn path=/trunk/; revision=14035
2005-04-10Fix indentation.Guy Harris1-10/+10
svn path=/trunk/; revision=14034
2005-04-10Make it slightly clearer that the bitwise AND operator evaluates to aGuy Harris1-0/+3
Boolean value that's true if any of the bits in question are set and false if none of them are, not to an integer or slice value with the only the bits set in both values set. svn path=/trunk/; revision=14033
2005-04-09KRB_ERROR can be returned and it is not encapsulatedRonnie Sahlberg1-0/+7
svn path=/trunk/; revision=14032
2005-04-08Fix brokenness from previous patch.Gerald Combs1-301/+162
svn path=/trunk/; revision=14031
2005-04-08Add a length check.Gerald Combs1-0/+1
svn path=/trunk/; revision=14030
2005-04-08Add a length check, fix up some comments.Gerald Combs1-162/+302
svn path=/trunk/; revision=14029
2005-04-08From Martin MRonnie Sahlberg1-73/+168
updates to MGCP checked in per Anders B request hope it compiles svn path=/trunk/; revision=14028
2005-04-08From Neil KettleRonnie Sahlberg2-2/+10
Fix two potential buffer overflow bugs in fc els svn path=/trunk/; revision=14027
2005-04-07From Didier:Ronnie Sahlberg5-24/+16
optimization for COLUMNS to make ethereal faster when filtering optimization to make the slow find_protocol_by_id() fast. (idea from Didier, implementation modified by me to be less intrusive) svn path=/trunk/; revision=14026
2005-04-07updating Mark C Browns informationRonnie Sahlberg6-5/+14
svn path=/trunk/; revision=14025
2005-04-07make the ip ip field we use as the reassembly key a bit moreRonnie Sahlberg1-1/+5
"unique" by mixing in the source and destination address. svn path=/trunk/; revision=14024
2005-04-07From Francisco AlcobaRonnie Sahlberg3-7/+393
Very cool ASCII art version of viop graphs svn path=/trunk/; revision=14023
2005-04-07From Greg MorrisRonnie Sahlberg1-4/+12
Fix the breakage from my previous patch svn path=/trunk/; revision=14022
2005-04-06add Ilya KonstantinovUlf Lamping1-0/+1
svn path=/trunk/; revision=14021
2005-04-06from Ilya Konstantinov: fixed a bug as DND wasn't working with GNOME, I've ↵Ulf Lamping1-11/+20
also added a comment how GNOME handles these things svn path=/trunk/; revision=14020
2005-04-05use proto_item_appent_text() instead of proto_item_append_string() since the ↵Ronnie Sahlberg1-1/+1
hf field is not neccessarily a FT_STRING value always. svn path=/trunk/; revision=14019
2005-04-05Try not to call proto_tree_add_text() with negative lengths in error messages.Gerald Combs1-5/+5
svn path=/trunk/; revision=14018
2005-04-05From Francisco AlcobaRonnie Sahlberg1-102/+104
patch for viop analysis to fix the breakage from the tap reordering patch svn path=/trunk/; revision=14017
2005-04-04Add length checks so that we don't overflow buffers.Gerald Combs1-2/+3
svn path=/trunk/; revision=14016
2005-04-04From Lars RuoffRonnie Sahlberg1-27/+35
Make it possible to tap 4 PDUs from one frame svn path=/trunk/; revision=14015
2005-04-04Don't generate a "dissector bug" warning in cases where a dissector callsGerald Combs1-1/+1
proto_tree_add_*(tree, tvb, offset, 0, ...); and "offset" is greater than the length remaining in the tvbuff. svn path=/trunk/; revision=14014
2005-04-04From Cvetan IvanovRonnie Sahlberg3-12/+106
Updates to Q931, SM and ISUP svn path=/trunk/; revision=14013
2005-04-04the definition of tcp address structure changed between version 3 and version 4Ronnie Sahlberg1-6/+66
make version 4 dissect tcp addr structure properly svn path=/trunk/; revision=14012
2005-04-04From Kenny ShumardRonnie Sahlberg2-38/+367
Update for IAX2 svn path=/trunk/; revision=14011
2005-04-04From Martin MathiesonRonnie Sahlberg1-3/+7
small update for SIP request/response matching. svn path=/trunk/; revision=14010
2005-04-04the netware dissector is the only dissector that accesses fvalue_ functions ↵Ronnie Sahlberg1-13/+68
directly. this made it crash for some packets when the filter speedup patch was enabled, since some of these finfo nodes did no longer exist. as far as i can tell the only other instances of fvalue_ usage is from some tap based functions but all those do take care to make sure that the fields being accessed are all part of a filter, and will thus never be optimized away. The patch does two things 1, refactor the code but do not change the logic to reduce the number of places where the external fvalue_ functions are called from. 2, add code to force the tree to be visible (and thus change the code) so that the speedup patch will not optimize these fiuelds away. svn path=/trunk/; revision=14009
2005-04-04Add a couple of length checks.Gerald Combs1-0/+8
svn path=/trunk/; revision=14008
2005-04-03Fix up the table of encapsulation type strings to match the new set ofGuy Harris1-4/+19
encapsulation types. svn path=/trunk/; revision=14007
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris12-137/+87
wtap_loop(), so eliminate wtap_loop(). svn path=/trunk/; revision=14006
2005-04-02From Tim Endean:Anders Broman2-9/+380
1) Return errors. 2) Return rejects. Numerous other bugs fixed. svn path=/trunk/; revision=14005
2005-04-02From Tim Endean:Anders Broman2-8/+163
1) Return errors. 2) Return rejects. Numerous other bugs fixed. svn path=/trunk/; revision=14004
2005-04-01from Jeremy JougletRonnie Sahlberg2-8/+25
some GTP updates and some tips for those using cygwin svn path=/trunk/; revision=14003
2005-04-01update for padbyte on old juniper boxensRonnie Sahlberg1-2/+8
svn path=/trunk/; revision=14002
2005-04-01from Lars RRonnie Sahlberg1-35/+12
TAP order of caller update svn path=/trunk/; revision=14001
2005-04-01tiny bugfix for gsmmapRonnie Sahlberg3-2/+4
svn path=/trunk/; revision=14000
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg13-64/+501
svn path=/trunk/; revision=13999
2005-04-01Give it an RCS ID.Guy Harris1-0/+2
Set the svn:keywords and svn:eol-style properties to the standard values. svn path=/trunk/; revision=13998
2005-04-01From Giles ScottRonnie Sahlberg3-0/+162
New protocol ARUBA ADP svn path=/trunk/; revision=13997
2005-04-01From Charlie Lenahan: support for some HP switch protocol.Guy Harris3-0/+271
Fix some damage to the AUTHORS file. svn path=/trunk/; revision=13996
2005-04-01Get rid of an unused variable.Guy Harris2-36/+2
Include "packet-gsm_map.h", not "packet-gsm_map.c". Check in the regenerated CAMEL dissector. svn path=/trunk/; revision=13995
2005-04-01"get_conv_info()" doesn't use the tvbuff passed to it, so don't pass itGuy Harris1-3/+3
one. svn path=/trunk/; revision=13994
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris71-191/+182
it's used to register a callback for a tap listener invoked if the specified command line argument is specified to the "-z" flag. Move it, along with routines to: look up a "-z" argument in the table constructed by "register_tap_listener_cmd_arg()" and either save the full argument to "-z" and the corresponding listener if it's found or return a failure indication if it isn't; list the available tap listeners; call the "init" routines for the tap listeners saved in the table above; and have Ethereal and Tethereal use those routines. svn path=/trunk/; revision=13993
2005-04-01Edits, update to current "all GTK+ stuff is common" state.Guy Harris1-6/+6
svn path=/trunk/; revision=13992
2005-04-01Don't assume only one "-z" argument will be given on the command line;Guy Harris2-25/+66
add information for each tap to a list, and set up all the taps in the list. svn path=/trunk/; revision=13991
2005-04-01Give the RFC number for IGMPv3.Guy Harris1-2/+2
svn path=/trunk/; revision=13990
2005-03-31Fix a couple of "proto_tree_add_text()" calls to pass the right arguments.Guy Harris1-2/+9
svn path=/trunk/; revision=13989
2005-03-31Add a link to a more recent Apple page describing DSI.Guy Harris1-0/+3
svn path=/trunk/; revision=13988