aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-08-27Cosmectical comment updatesJörg Mayer1-2/+4
2005-08-27Small update to comments and beginnings of a type fieldJörg Mayer1-53/+82
2005-08-27TypoJörg Mayer1-1/+1
2005-08-27- Add checksum verificationJörg Mayer1-10/+62
2005-08-27Started to decode some Cisco proprietary L2 protocol:Jörg Mayer2-0/+270
2005-08-27Add classification of an aironet proprietary L2 protocolJörg Mayer2-0/+2
2005-08-27remove the last remaining sprintf in epan/dissectorsRonnie Sahlberg1-25/+46
2005-08-27removal of sprintfRonnie Sahlberg1-12/+13
2005-08-27sprintf removalRonnie Sahlberg1-6/+13
2005-08-27sprintf removalRonnie Sahlberg1-7/+6
2005-08-27remove one sprintfRonnie Sahlberg1-1/+1
2005-08-27sprintf removalRonnie Sahlberg1-1/+1
2005-08-27sprintf removalRonnie Sahlberg1-1/+1
2005-08-27sprintf removalsRonnie Sahlberg1-25/+17
2005-08-27sprintf removalRonnie Sahlberg2-14/+23
2005-08-27sprintf big fixRonnie Sahlberg1-1/+1
2005-08-27some sprintf removalsRonnie Sahlberg1-7/+13
2005-08-26show the list of reassembled COTP fragments as a toplevel tree item and show ...Ulf Lamping1-2/+2
2005-08-26There will be a lot of tcp_unacked data structures we only need to keepRonnie Sahlberg1-17/+33
2005-08-26don't use -1 if the remaining length (the fragment length) is actually zero, ...Ulf Lamping1-1/+2
2005-08-26Make sure the size of dialedDigits matches the ASN.1 definition.Gerald Combs2-2/+2
2005-08-26Add a pair of #defines to emem.c that make ep_alloc() and se_alloc()Gerald Combs2-3/+66
2005-08-26Dissectors registered with "register_ber_oid_dissector()" return void.Guy Harris2-32/+32
2005-08-25timestamp display precision:Ulf Lamping7-30/+367
2005-08-25Fix malformed packet if linkedId is present dissect some OID:sAnders Broman2-164/+553
2005-08-25add OUI's for Siemens and Xerox (and a hyperlink to the IEEE page)Ulf Lamping1-0/+4
2005-08-25From Timo MetsalaAnders Broman3-14/+118
2005-08-25Show dBm and dB signal and noise values differently, so that the userGuy Harris1-13/+35
2005-08-25when tracking PDU bondaries, only do this IFFRonnie Sahlberg1-1/+8
2005-08-25I missed one OID string.Guy Harris1-2/+0
2005-08-25The OID strings returned by new_format_oid(), and the OID stringGuy Harris3-8/+0
2005-08-25"sprint_realloc_objid()" expects to be handled a malloced buffer, soGuy Harris1-78/+119
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping27-269/+170
2005-08-24Properly initialize our hf_ arrays. Make hf_rtcp_app_poc1_conn_session_typeGerald Combs1-4/+4
2005-08-24fix a comment typoUlf Lamping1-1/+1
2005-08-23The name in a Display TLV is null-terminated (or padded with a null byteGuy Harris1-11/+10
2005-08-23Use "format_text()" and "tvb_format_text()" when displaying strings. Guy Harris1-15/+63
2005-08-23Fix the parenthesization of an expression.Guy Harris1-1/+2
2005-08-22Two fixes to tektronix k12 import:Luis Ontanon1-1/+3
2005-08-22Length of string == lengt of element - headerlengthJörg Mayer1-1/+1
2005-08-22From Timo Metsala:Anders Broman1-3/+291
2005-08-22Fix decoding of sendIdentificationArg/Res and ProvideSubscriberLocationAnders Broman1-74/+103
2005-08-22Add a "time_stat_init()" routine to initialize the fields of aGuy Harris3-1/+16
2005-08-22From Graeme Lunt:Anders Broman1-22/+24
2005-08-21Export get_timesum().Guy Harris1-0/+1
2005-08-21- Make it possible to filter on eap.null, eap.info, eap.unknown etcJörg Mayer1-18/+68
2005-08-21- In the info summary, port# and slot# were exchangedJörg Mayer1-6/+9
2005-08-21From Mike Duigou:Anders Broman2-217/+288
2005-08-21The protocol item in the protocol tree will have a gray background now, which...Ulf Lamping2-5/+31
2005-08-21as discussed some time ago: don't add bad checksum fields conditionally but u...Ulf Lamping1-10/+30