aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-03-21Updates according to R1.0.3 (2005-02-26) and decode some more IE:sAnders Broman1-10/+202
2005-03-21from Hannes GredlerRonnie Sahlberg1-0/+134
2005-03-21two bugfixes (reported by buildbot randpkt):Ulf Lamping1-2/+10
2005-03-21Fix the names that were not consistent after the rename.Luis Ontanon4-13/+13
2005-03-21Add a cleanup call-back to the stats_tree.Luis Ontanon3-5/+23
2005-03-21make ethereal decrypt gss-krb (secure ldap and ms signandseal for dce)Ronnie Sahlberg3-65/+35
2005-03-21remove some heimdal dependencies we dont really needRonnie Sahlberg3-19/+33
2005-03-21add capture_fr and stats_tree_branch_max_namelenUlf Lamping1-0/+2
2005-03-21fix stats_tree defsUlf Lamping1-13/+1
2005-03-21Declare "stats_tree_create_pivot_node()" andGuy Harris1-0/+8
2005-03-21Add a capture_fr() routine when capturing on Frame Relay.Guy Harris5-58/+299
2005-03-21The table containing payload types and payload dissectors are now sparseGuy Harris1-11/+4
2005-03-21Rename all stats_tree extern functions to start with stats_tree_Luis Ontanon4-73/+82
2005-03-21bugfix (hopefully make buildbot happy again): don't call a function pointer, ...Ulf Lamping1-1/+1
2005-03-20Fix some offsets.Guy Harris1-5/+5
2005-03-20SCTP port numbers are 16 unsigned integers.Michael Tüxen1-2/+2
2005-03-20Don't try to run net-snmp-config if we don't find it.Guy Harris1-2/+3
2005-03-20Put the ports and addresses into "struct _sctp_info", as the dissectorGuy Harris1-1/+6
2005-03-20bugfix: don't access node elements, after calling free_stat_nodeUlf Lamping1-3/+14
2005-03-20remove some MSVC warningsUlf Lamping2-11/+11
2005-03-20From Oleg Terletsky: Support for SCTP chunk counters. Modified to handle bun...Michael Tüxen1-5/+1
2005-03-20Fix dissect_per_restricted_character_string() calls in h225.cnf to passGuy Harris1-2/+2
2005-03-20Fix asn2eth to pass 0, not NULL, for the last argument toGuy Harris1-1/+1
2005-03-20added two stats_tree functionsUlf Lamping1-0/+2
2005-03-20There was a design flaw that caused a crash on windows andLuis Ontanon2-83/+112
2005-03-20Make sure the tap info is created even when tree==NULLLuis Ontanon1-6/+7
2005-03-19Increase maximum number of characters for a preference/recent key, as the cur...Ulf Lamping1-1/+1
2005-03-19make idl2eth handle 8bit bitmapsRonnie Sahlberg8-483/+1764
2005-03-19bugfix to idl2eth : handle the case when pointers were not explicitely specifiedRonnie Sahlberg8-451/+1222
2005-03-18fix a string in the hf fieldsRonnie Sahlberg1-1/+1
2005-03-18From Jeff Morris: Display PC structured.Michael Tüxen2-5/+12
2005-03-18From Jeff Morris: display protocol class at parameter level.Michael Tüxen1-3/+4
2005-03-18from Ming ZhangRonnie Sahlberg1-2/+2
2005-03-18only show the Status field in a DataIn PDU if the S bit is set.Ronnie Sahlberg1-1/+3
2005-03-18Increase the width of some unsigned ints, so that we don't roll them over.Gerald Combs1-11/+11
2005-03-17From Jeff Morriss: use the new range preference type.Anders Broman1-98/+91
2005-03-17Use "format_text()" on strings fetched from packets.Guy Harris1-3/+4
2005-03-17Fix a couple of format string bugs discovered by Bryan Fulton.Gerald Combs1-0/+2
2005-03-17iscsi LUNs were reported incorrectly for SCSI Command PDUs when they were not...Ronnie Sahlberg1-22/+23
2005-03-17Use val_to_str instead of indexing a value_string directly. This keeps usGerald Combs1-1/+1
2005-03-17Apply abartlet@samba.org's "raw NTLMSSP over GSS-SPNEGO" patch.Tim Potter1-6/+15
2005-03-16Use 0, not NULL, for integer arguments; NULL might be defined as "(void *)0",Guy Harris1-3/+3
2005-03-16Replace malloc()/free() with g_malloc()/g_free().Gerald Combs1-2/+2
2005-03-16Add subversion Id to libethereal.defLars Roland1-0/+3
2005-03-16Remove support for the old plugin api.Lars Roland1-51/+7
2005-03-16Have GSS-API subdissectors supply a "data is encrypted" flag to theirGuy Harris4-24/+41
2005-03-16Spell out "G.723".Guy Harris1-1/+1
2005-03-16Check whether we have a first byte before checking it.Guy Harris1-1/+1
2005-03-16Get rid of an unused variable.Guy Harris1-1/+0
2005-03-16Dissect a bit of the payload to, Picture start block and temporal ref.Anders Broman1-7/+50