aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2003-12-05Switch over to Net-SNMP 5.1. A ZIP file of the Net-SNMP 5.1 sources plusGerald Combs3-8/+8
2003-12-05We have to parse the SDP packet even if we're not building a protocolGuy Harris1-4/+1
2003-12-05Subdissectors must be called regardless of whether a protocol tree isGuy Harris1-9/+9
2003-12-05Subdissectors must be called regardless of whether a protocol tree isGuy Harris1-67/+61
2003-12-04From some reason, at least on Mac OS X 10.3, the change to have theGuy Harris1-2/+2
2003-12-04It turns out the protocol tree parent link was used, so we need it inGuy Harris2-2/+5
2003-12-04Don't use GNodes for the protocol tree, put the sibling pointer, andGuy Harris8-74/+166
2003-12-04update to kerberosRonnie Sahlberg1-1/+8
2003-12-04update to ldap.Ronnie Sahlberg1-4/+73
2003-12-04Add {0, NULL} to the vals_wsp_reason_codes value_string array.Gilbert Ramirez1-1/+3
2003-12-04Add {0, NULL} to all the value_string arrays.Gilbert Ramirez1-1/+5
2003-12-04Add {0, NULL} to the reply_table_v5 value_string array.Gilbert Ramirez1-2/+3
2003-12-04ldp.msg.tlv.returned.msg.ubit needs to be an FT_BOOLEAN field, notGilbert Ramirez1-3/+4
2003-12-04Add {0, NULL} to the isup_Pass_on_not_possible_indicator_vals andGilbert Ramirez1-1/+3
2003-12-04Add {0, NULL} to end of fc_swils_rscn_addrfmt_val value_string array.Gilbert Ramirez1-1/+2
2003-12-04Add {0, NULL} to end of fcencap_proto_vals value_string array.Gilbert Ramirez1-1/+2
2003-12-04In GTK+ 2.x, "gtk_entry_get_text()" returns a "const gchar *"; assignGuy Harris15-31/+32
2003-12-03From Felix Fei: GSM MAP support.Guy Harris5-2/+1596
2003-12-03From Michael Lum: Ethereal tap for ANSI A-interface.Guy Harris7-134/+604
2003-12-03From Jeff Morriss: add support for WTAP_ENCAP_MTP2 and WTAP_ENCAP_MTP3.Guy Harris2-2/+14
2003-12-03From Jeff Morriss: add support for libpcap MTP2 and MTP3 captures.Guy Harris4-6/+21
2003-12-03From Greg Morris: handle the backwards compatibility flag for options 78Guy Harris1-4/+12
2003-12-03From Greg Morris: the "File->Save Highlighted" menu item has no icon, soGuy Harris1-4/+4
2003-12-03"strtoul()" returns a "long", not a "long long".Guy Harris1-2/+2
2003-12-03Replace two expensive macros with a much simpler mechanismRonnie Sahlberg1-14/+21
2003-12-03performance updateRonnie Sahlberg3-18/+10
2003-12-03The "ptr_u" unions no longer have a "next" pointer - they now just haveGuy Harris12-111/+101
2003-12-03Instead of requiring slab-allocated structures to have a "next" pointer,Guy Harris5-27/+38
2003-12-03Update to SMB ReadAndX replies.Ronnie Sahlberg1-9/+13
2003-12-03Bring it up to date.Guy Harris1-37/+78
2003-12-02From Didier Gautheron: for each column format type, save the first andGuy Harris5-21/+74
2003-12-02From Didier Gautheron: put an "fvalue_t" structure into a "field_info"Guy Harris11-93/+115
2003-12-02Check for errors and EOF, and handle them appropriately; don't treat allGuy Harris1-19/+108
2003-12-02From Martijn Schipper: support for reading AiroPeek files in V9 captureGuy Harris9-6/+330
2003-12-02Tomas Kukosa noted that the TPKT dissector spends a significant amountGuy Harris1-2/+4
2003-12-02From Yaniv Kaul:Guy Harris1-2/+4
2003-12-02Move the definition of the tvbuff_t structure and friends to tvbuff.hRonnie Sahlberg3-80/+72
2003-12-02Use the LSAB_ALLOC and SLAB_FREE macros to allocate/free fvalue_t dataRonnie Sahlberg3-52/+8
2003-12-02Moving SLAB_ALLOC and SLAB_FREE to its own header fileRonnie Sahlberg2-24/+52
2003-12-02From Arnaud Jacques: fix a typo, and handle another CheckPoint versionGuy Harris3-2/+6
2003-12-02From Dave Sclarsky:Guy Harris1-39/+21
2003-12-02Don't call the presentation layer dissector if we don't have a handleGuy Harris1-17/+15
2003-12-02From Michael Lum: don't register the handoff routine for dissectors as aGuy Harris2-36/+16
2003-12-01From Tomas Kukosa: add "decode_enumerated_bitfield_shifted()", which isGuy Harris8-4/+32
2003-12-01From Michael Lum: add a preference setting to specify the parameter tagGuy Harris1-5/+53
2003-12-01From Michael Lum:Guy Harris6-48/+380
2003-12-01From Michael Lum: add a heuristic RANAP dissector, for use atop SCCP, asGuy Harris1-1/+40
2003-12-01Don't automatically fill in a capture filter if CLIENTNAME is set toGerald Combs1-3/+5
2003-12-01Updates for new zlib.Gerald Combs1-2/+2
2003-12-01Switch from zlib.dll to zlib1.dll.Gerald Combs1-2/+2