aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-09-05Squelch compiler warnings.Guy Harris2-5/+5
2005-09-05Squelch compiler warnings.Guy Harris2-5/+5
2005-09-05Squelch a compiler warning.Guy Harris2-3/+3
2005-09-05For SNMP, malloc memory that we're going to free later. Fixes bug 406.Gerald Combs2-9/+1
2005-09-05Use the same string for the protocol's filter name as is used in theGuy Harris2-3/+3
2005-09-05Include "packet-tcp.h" to declare tcp_dissect_pdus().Guy Harris1-0/+2
2005-09-05"strlen()" returns a "size_t"; use that for its return value.Guy Harris1-5/+8
2005-09-05Add some OID:s as we now use the Presentation context and use FN_PARS.Anders Broman4-18/+28
2005-09-05branch_taken got lost in the recent changes.Anders Broman1-1/+16
2005-09-05Add a missing includeAnders Broman1-0/+1
2005-09-05the first attempt at SIP reassemblyTomas Kukosa1-1/+73
2005-09-05buffer where parameters variable pointed into was freedTomas Kukosa1-1/+1
2005-09-05- set length for "Encapsulated multipart part" tree itemTomas Kukosa1-3/+7
2005-09-05new BASE_DEC_HEX and BASE_HEX_DEC displaying numbers in "dual" formatTomas Kukosa2-11/+138
2005-09-05Fix a typo, should make the buildbot hapy again.Anders Broman1-1/+1
2005-09-04 From Graeme LuntAnders Broman13-426/+14223
2005-09-04From Graeme Lunt:Anders Broman4-45/+50
2005-09-04Make Objekt Key a HEX string.Anders Broman1-25/+11
2005-09-02Fix a typo.Gerald Combs1-1/+1
2005-09-02another switch that should be a value_stringRonnie Sahlberg1-7/+9
2005-09-02make two thigs that should be value_strings value_stringsRonnie Sahlberg1-14/+18
2005-09-02A PDU dissector called by tcp_dissect_pdus() can't return anything.Guy Harris1-38/+38
2005-09-02From Steve Karg Anders Broman1-211/+117
2005-09-02From ouli:Anders Broman1-7/+31
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris25-869/+1614
2005-09-01It looks like there might not always be a body, check if there is.Anders Broman1-2/+4
2005-09-01Normalize our hf_id checks and make sure our hf_ids are valid before weGerald Combs1-36/+44
2005-09-01Re-assemble GIOP over TCP.Anders Broman1-27/+107
2005-09-01convert to g_snprintf()Ronnie Sahlberg2-13/+8
2005-09-01Get rid of a no-longer-used #define.Guy Harris1-2/+0
2005-09-01Use "proto_item_append_text()" rather than filling up an allocatedGuy Harris1-41/+39
2005-09-01128 bytes isn't much room for the stack; revert to using an on-the-stackGuy Harris1-5/+3
2005-09-01filter expression can contain GUID in XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX fo...Tomas Kukosa1-3/+50
2005-09-01Use "proto_tree_append_text()" rather than appending to an ep_allocedGuy Harris1-142/+114
2005-09-01Get rid of a trailing comma.Guy Harris1-3/+3
2005-09-01replace one sprintf with g_snprintf and move one array off the stack and int...Ronnie Sahlberg1-3/+5
2005-09-01hmmm i though i removed some sprintf in the previous commit apparently not.Ronnie Sahlberg1-7/+6
2005-09-01convert one sprintf into g_snprintf()Ronnie Sahlberg1-8/+13
2005-09-01replace one ifdeffed out sprintf with g_snprintf() so that it doesnt show up ...Ronnie Sahlberg1-1/+1
2005-09-01From Martin MathiesonAnders Broman3-51/+105
2005-08-31If we set one or more time references and then changed the time displayGerald Combs1-30/+20
2005-08-31Upadte to call Data dissector from PRES based on OID in Presentation Context,Anders Broman4-186/+251
2005-08-31Give it an RCS ID.Guy Harris1-0/+2
2005-08-31udvm: initialise a variableAnders Broman2-42/+193
2005-08-31Keep the list of possible "-z" arguments sorted, so we can display themGuy Harris1-6/+15
2005-08-31- more standard way for FastStart item dissectionTomas Kukosa4-33/+38
2005-08-31internal length field for constrained SEQUNCE/SET OF was not hiddenTomas Kukosa1-3/+4
2005-08-31Make ses_vals extern. Required to get it linked on Mac OS X.Michael Tüxen1-1/+1
2005-08-31remove some g_string_printf[a]() and replace with g_snprintf()Ronnie Sahlberg1-47/+56
2005-08-31change g_string_sprintf[a]() to g_snprintf() and emem allocated memory.Ronnie Sahlberg1-58/+62