aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2005-03-31Included packet-gsm_map.h and removed unpack_digits as it now is exported ↵Anders Broman1-33/+1
from gsm_map, as it isn't used yet no need to regenerate the dissector now. svn path=/trunk/; revision=13987
2005-03-31 From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman2-12/+29
Free the string, fix dissection of some elements. svn path=/trunk/; revision=13986
2005-03-31From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman2-2/+15
Free the string, fix dissection of some elements. svn path=/trunk/; revision=13985
2005-03-31From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman1-10/+14
Free the string, fix dissection of some elements. svn path=/trunk/; revision=13984
2005-03-31http://www.shaftnet.org/~pizza/software/capturefrm.txt is currently notGuy Harris1-0/+4
available; add an archive.org URL for it. svn path=/trunk/; revision=13983
2005-03-31Further IE dissection updates.Anders Broman1-13/+34
svn path=/trunk/; revision=13982
2005-03-30Small bug fixAnders Broman2-13/+123
svn path=/trunk/; revision=13981
2005-03-30Improve some debug messages.Anders Broman1-4/+11
svn path=/trunk/; revision=13980
2005-03-30Update and small bugfixAnders Broman2-4/+32
svn path=/trunk/; revision=13979
2005-03-30Fix the handling of the length parameter in the DATA chunk.Michael Tüxen1-8/+6
This is a quick fix. A systematic follows... svn path=/trunk/; revision=13978
2005-03-30From Ulf Lamping:Anders Broman1-1/+1
Fix a "off by one" error. svn path=/trunk/; revision=13977
2005-03-30From TimRonnie Sahlberg1-0/+1
small bugfix for packet-ber.c if packet is malformed, prevent dereferenceing a null pointer svn path=/trunk/; revision=13976
2005-03-30Make it a bit clearer that what "-w" writes is raw binary packet data,Guy Harris1-5/+8
not the result of dissecting that data. Note that "-F" applies to the output of "-w", that "-S" says "dissect and print even if you're doing '-w'", and that "-T" applies to the dissected output, not the "-w" output. svn path=/trunk/; revision=13975
2005-03-29Add a tvb_ensure_bytes_exist() and fix a few other offset-related bugs.Gerald Combs1-3/+4
svn path=/trunk/; revision=13974
2005-03-29From Martin Mathieson:Anders Broman1-1/+1
- bump up SDP_MAX_PAYLOAD_TYPES to 20 (I have an mgcp capture where a media gateway responded with 12 media types, resulting in a crash). Probably more care needs to be taken while parsing the list of media types though... svn path=/trunk/; revision=13973
2005-03-29From Martin Mathieson :Anders Broman1-28/+38
- allow dissector to show "MGCP/SDP" in the Protocol column, at least when the 'Display the number of MGCP messages' preference is switched off - when displaying the command verb, show in the tree the full verb name as well as the 4-letter code - show the links to response and request messages as being [generated] - fixed some indentation problems svn path=/trunk/; revision=13972
2005-03-29Remove a g_assert() left over from debugging.Gerald Combs1-1/+0
svn path=/trunk/; revision=13971
2005-03-29Use an offset of 0 in PER_NOT_DECODED_YET() so that we don't generate aGerald Combs1-1/+1
dissector bug error. svn path=/trunk/; revision=13970
2005-03-29Fix a compiler warning.Gerald Combs1-1/+3
svn path=/trunk/; revision=13969
2005-03-29Add a tvb_ensure_bytes_exist().Gerald Combs1-0/+1
svn path=/trunk/; revision=13968
2005-03-29README.developer says:Gerald Combs7-55/+69
"PROTOABBREV A name for the protocol for use in filter expressions; it should contain only lower-case letters, digits, and hyphens." In proto_register_protocol(), generate a warning if PROTOABBREV contains invalid characters. Along with the list above, allow underscores and periods. Fix up whitespace. Lower-case PROTOABBREV in several dissectors. svn path=/trunk/; revision=13967
2005-03-29from SidRonnie Sahlberg2-1/+334
updates to FTAM svn path=/trunk/; revision=13966
2005-03-29from Sid Ronnie Sahlberg1-60/+5
bugfix for ACSE svn path=/trunk/; revision=13965
2005-03-29from Lars RuoffRonnie Sahlberg1-106/+52
rtp analysis optimization svn path=/trunk/; revision=13964
2005-03-28Add a tvb_ensure_bytes_exist().Gerald Combs1-0/+1
svn path=/trunk/; revision=13963
2005-03-28some minor changesUlf Lamping2-6/+5
svn path=/trunk/; revision=13962
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ↵Ulf Lamping5-8/+13
fixes svn path=/trunk/; revision=13961
2005-03-28Minor change to Call-ID dissector to set up object line.Ashok Narayanan1-1/+13
svn path=/trunk/; revision=13960
2005-03-28Pass a NULL instead of an empty string in the value_string/true_false_stringGerald Combs1-1/+1
field of hf_rtp_payload_type. This should fix the "values output" test failures in the FreeBSD builder. svn path=/trunk/; revision=13959
2005-03-28bugfix: don't call tvb_length_remaining() if tvb is NULLUlf Lamping1-3/+6
but what to do instead? svn path=/trunk/; revision=13958
2005-03-28various (minor) capture code cleanupUlf Lamping8-82/+61
svn path=/trunk/; revision=13957
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping6-30/+26
rename sync_mode to real_time_mode, as we using sync_mode all the time now, so the name is misleading svn path=/trunk/; revision=13956
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.Gerald Combs2-2/+11
Add a message block length check to the AIM dissector. svn path=/trunk/; revision=13955
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping7-62/+33
svn path=/trunk/; revision=13954