aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-06-09From Tim Endean:Anders Broman2-2/+10
2005-06-08From Olivier Jacques, Anders Broman1-19/+20
2005-06-08Break out of an infinite loop. Fixes bug 232.Gerald Combs1-0/+2
2005-06-08From Tim Endean:Anders Broman1-1/+1
2005-06-08Fix a typo.Anders Broman1-1/+1
2005-06-07From: Martin MathiesonLuis Ontanon3-5/+5
2005-06-07make sure that colifo gets set and put some other useful info thereLuis Ontanon1-63/+80
2005-06-07Add some ethertypesAnders Broman1-1/+3
2005-06-07Some fixes from Tim EndeanAnders Broman1-97/+150
2005-06-07From Tim Endean:Anders Broman5-2480/+2486
2005-06-06register the dissector so that it can be foundLuis Ontanon1-0/+2
2005-06-06- add an hf entry I forgotLuis Ontanon1-6/+9
2005-06-06- make sure there's something to add to colinfo.Luis Ontanon2-47/+56
2005-06-06the trailer's offset and len were not ok.Luis Ontanon1-7/+4
2005-06-06Dissector for ISUP over TCP.Anders Broman1-0/+325
2005-06-06Fix a typo and add an ifdefAnders Broman2-5/+7
2005-06-06From Mike Duigou:Anders Broman3-135/+232
2005-06-06From Mike Duigou:Anders Broman1-0/+3
2005-06-06From Richard Rabbat:Anders Broman1-7/+12
2005-06-04if some PER errors has to be put to the stderr, give at least info where it's...Ulf Lamping1-1/+1
2005-06-04fix #225-#231: the enum lmp_filter_keys contained holes, so the logic to dete...Ulf Lamping1-1/+4
2005-06-04Give the user the ability to decide how to decode USER DLTsLuis Ontanon2-0/+211
2005-06-04fix #201 second part: adapt the string length of the unformatted text, so it ...Ulf Lamping1-2/+7
2005-06-03fix the PDU list, and put it at the bottomLuis Ontanon1-3/+2
2005-06-03keywords and eol-styleLuis Ontanon1-1/+1
2005-06-03- add a way to call the sscop dissector with an arbitrary handle\Luis Ontanon3-46/+96
2005-06-03Register the ISUP dissector to make it callable through Anders Broman1-0/+2
2005-06-03From Mike Duigou:Anders Broman3-14/+36
2005-06-03From Mike Duigou:Anders Broman1-1/+1
2005-06-03From Mike Duigou:Anders Broman2-2/+2
2005-06-03From Mike Duigou:Anders Broman1-31/+313
2005-06-02Updated LMP to handle the latest protocol. Removed old protocol valuesAshok Narayanan1-1513/+1263
2005-06-02fix call to show_fragment_seq_tree() reported by buildbotUlf Lamping1-1/+2
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping10-17/+35
2005-06-02use [] not () brackets to indicate [correct] UDP checksum, as this is a gener...Ulf Lamping1-2/+2
2005-06-02add length information to "Content-encoded entity body"Ulf Lamping1-2/+4
2005-06-02fix #223: add another tvb_ensure_bytes_exist() callUlf Lamping1-0/+1
2005-06-02add a generated toplevel line between the TCP protocol and the desegmented co...Ulf Lamping7-17/+44
2005-06-02bugfix (fuzz_tested): t2i can be zero, test at all places before using itUlf Lamping1-8/+8
2005-06-02bugfix (fuzz_tested): add tvb_ensure_bytes_exist() before adding a fragment a...Ulf Lamping1-0/+2
2005-06-02add new function proto_tree_move_item(), which will move an already existing ...Ulf Lamping2-4/+49
2005-06-02show Ethernet and IPX addresses the same way as we do with other fields as we...Ulf Lamping1-4/+4
2005-06-02bugfix: don't use match_strval() in combination with format strings (as it ma...Ulf Lamping1-5/+5
2005-06-02add the resolved Ethernet addresses to the "Ethernet II" summary lineUlf Lamping1-2/+2
2005-06-01add a reference to the corresponding RFC's of the Differentiated Services fie...Ulf Lamping1-1/+1
2005-06-01add some hidden fields to be able to filter on the resolved hostname "ip.host...Ulf Lamping1-9/+42
2005-06-01mark some fields as generated and clarify some field descriptionsUlf Lamping1-6/+10
2005-06-01prevent "Dissector Bug": prevent a string processing of length 0Ulf Lamping1-1/+6
2005-06-01bugfix: use g_snprintf instead of sprintf to prevent a buffer overflowUlf Lamping1-2/+2
2005-05-31better dissect ProtSeqs valuesUlf Lamping1-1/+14