aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-04-01from Jeremy JougletRonnie Sahlberg2-8/+25
2005-04-01update for padbyte on old juniper boxensRonnie Sahlberg1-2/+8
2005-04-01from Lars RRonnie Sahlberg1-35/+12
2005-04-01tiny bugfix for gsmmapRonnie Sahlberg3-2/+4
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg13-64/+501
2005-04-01Give it an RCS ID.Guy Harris1-0/+2
2005-04-01From Giles ScottRonnie Sahlberg3-0/+162
2005-04-01From Charlie Lenahan: support for some HP switch protocol.Guy Harris3-0/+271
2005-04-01Get rid of an unused variable.Guy Harris2-36/+2
2005-04-01"get_conv_info()" doesn't use the tvbuff passed to it, so don't pass itGuy Harris1-3/+3
2005-04-01Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" asGuy Harris71-191/+182
2005-04-01Edits, update to current "all GTK+ stuff is common" state.Guy Harris1-6/+6
2005-04-01Don't assume only one "-z" argument will be given on the command line;Guy Harris2-25/+66
2005-04-01Give the RFC number for IGMPv3.Guy Harris1-2/+2
2005-03-31Fix a couple of "proto_tree_add_text()" calls to pass the right arguments.Guy Harris1-2/+9
2005-03-31Add a link to a more recent Apple page describing DSI.Guy Harris1-0/+3
2005-03-31Included packet-gsm_map.h and removed unpack_digits as it now is exported fro...Anders Broman1-33/+1
2005-03-31 From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman2-12/+29
2005-03-31From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman2-2/+15
2005-03-31From Jacques, Olivier: Length of digit_str wrongly calculated.Anders Broman1-10/+14
2005-03-31http://www.shaftnet.org/~pizza/software/capturefrm.txt is currently notGuy Harris1-0/+4
2005-03-31Further IE dissection updates.Anders Broman1-13/+34
2005-03-30Small bug fixAnders Broman2-13/+123
2005-03-30Improve some debug messages.Anders Broman1-4/+11
2005-03-30Update and small bugfixAnders Broman2-4/+32
2005-03-30Fix the handling of the length parameter in the DATA chunk.Michael Tüxen1-8/+6
2005-03-30From Ulf Lamping:Anders Broman1-1/+1
2005-03-30From TimRonnie Sahlberg1-0/+1
2005-03-30Make it a bit clearer that what "-w" writes is raw binary packet data,Guy Harris1-5/+8
2005-03-29Add a tvb_ensure_bytes_exist() and fix a few other offset-related bugs.Gerald Combs1-3/+4
2005-03-29From Martin Mathieson:Anders Broman1-1/+1
2005-03-29From Martin Mathieson :Anders Broman1-28/+38
2005-03-29Remove a g_assert() left over from debugging.Gerald Combs1-1/+0
2005-03-29Use an offset of 0 in PER_NOT_DECODED_YET() so that we don't generate aGerald Combs1-1/+1
2005-03-29Fix a compiler warning.Gerald Combs1-1/+3
2005-03-29Add a tvb_ensure_bytes_exist().Gerald Combs1-0/+1
2005-03-29README.developer says:Gerald Combs7-55/+69
2005-03-29from SidRonnie Sahlberg2-1/+334
2005-03-29from Sid Ronnie Sahlberg1-60/+5
2005-03-29from Lars RuoffRonnie Sahlberg1-106/+52
2005-03-28Add a tvb_ensure_bytes_exist().Gerald Combs1-0/+1
2005-03-28some minor changesUlf Lamping2-6/+5
2005-03-28bugfixes: bring non real-time captures back to former behaviour, other minor ...Ulf Lamping5-8/+13
2005-03-28Minor change to Call-ID dissector to set up object line.Ashok Narayanan1-1/+13
2005-03-28Pass a NULL instead of an empty string in the value_string/true_false_stringGerald Combs1-1/+1
2005-03-28bugfix: don't call tvb_length_remaining() if tvb is NULLUlf Lamping1-3/+6
2005-03-28various (minor) capture code cleanupUlf Lamping8-82/+61
2005-03-28fix Solaris build (I've removed O_BINARY)Ulf Lamping6-30/+26
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.Gerald Combs2-2/+11
2005-03-28remove capture_child flag from capture_opts as it's no longer requiredUlf Lamping7-62/+33