aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2004-12-12updates from tomas and andersRonnie Sahlberg33-548/+586
2004-12-12remove the function with the old signature for ber integer dissectionRonnie Sahlberg2-9/+0
2004-12-12i couldnt find the source to this one so i changed the autogenerated one. ...Ronnie Sahlberg1-1/+1
2004-12-12update gsmmap to use the new signature for the ber integer dissection helperRonnie Sahlberg2-370/+370
2004-12-12move kerberos over to use the new signature for ber integer dissection helperRonnie Sahlberg1-27/+27
2004-12-12update h248 to use the new integer dissector phasing out useage ofg the old...Ronnie Sahlberg2-188/+188
2004-12-11From Victor Stratan:Olivier Biot1-4/+8
2004-12-11Fix another lengt issue, and comment out some other faulty code - to tired to...Anders Broman1-1/+5
2004-12-11Add functions to the old and the new plugin api for the MATE Plugin.Lars Roland3-5/+7
2004-12-10Don't add the length twice if tree is built.Anders Broman1-1/+2
2004-12-10PacketCable byte view highlighting was offset 4 bytes for many tree view items.Gerald Combs1-8/+34
2004-12-10add dissection of PN-IO IOxS field (should removed the gcc warning), some mor...Ulf Lamping2-28/+122
2004-12-10Get rid of C++/C99-style comments - not all C compilers accept them.Guy Harris2-4/+4
2004-12-09The PacketCable MM code was displaying the secondary record keeping serverGerald Combs1-1/+7
2004-12-09From Brian Caswell:Gerald Combs1-16/+16
2004-12-09From Viorel Suman.Olivier Biot1-14/+25
2004-12-09Add PacketCable Event Message information to the "Info" column.Gerald Combs1-2/+21
2004-12-09Terminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".Gerald Combs1-2/+2
2004-12-09Improve the byte length check from the last commit, and check for the sameGerald Combs1-16/+34
2004-12-09Check for a bogus byte length.Gerald Combs1-2/+8
2004-12-09Add another token size check.Gerald Combs1-0/+8
2004-12-08Add a value string for 3gpp2 Service option values.Anders Broman1-1/+51
2004-12-08Fix the RCS ID.Guy Harris1-6/+2
2004-12-08Squelch some compiler warnings.Guy Harris1-28/+30
2004-12-08Check for an invalid header length.Gerald Combs1-8/+14
2004-12-08Fix the following:Jörg Mayer1-1/+1
2004-12-08(hopefully) removed some gcc warningsUlf Lamping3-7/+18
2004-12-08From Susanne Edlund: I have rewritten the bssgp dissector to comply with 3GPP...Anders Broman1-1607/+5659
2004-12-08Add a URL for an old I-D for Etheric, and ask some questions about howGuy Harris1-0/+12
2004-12-08Just use the parameter type definitions, and value_string table, fromGuy Harris3-274/+100
2004-12-08Undo previous patch: It was wrongJörg Mayer1-2/+2
2004-12-08When we #include the prototype of a function/variable, it should notJörg Mayer1-2/+2
2004-12-07aoe updateRonnie Sahlberg1-4/+184
2004-12-07From Rene Pilz:Guy Harris1-77/+3803
2004-12-07The standard environment separator character under Windows is ";".Gerald Combs1-2/+11
2004-12-07Get rid of an unused true_false_string value.Guy Harris1-5/+0
2004-12-07From Brett Kuskie: add more HTTP headers as filterable fields.Guy Harris1-0/+84
2004-12-07Check for a bogus length value.Gerald Combs1-0/+5
2004-12-07svn propset svn:keywords Id svn:eol-style native .....Jörg Mayer4-2314/+2320
2004-12-07update one of the command namesRonnie Sahlberg1-2/+2
2004-12-07create a proper ETHERTYPE for ATAoverEthernetRonnie Sahlberg2-3/+2
2004-12-07new protocol: ATAoverETHERNET (AoE)Ronnie Sahlberg2-0/+357
2004-12-06Add more suboption length checks to dissect_bap_phone_delta_opt().Gerald Combs1-1/+14
2004-12-06Check for a bogus authentication subheader length.Gerald Combs1-1/+9
2004-12-06(on behalf of the PROFIBUS Nutzerorganisation e.V. Deutschland):Ulf Lamping4-0/+2743
2004-12-05updates to pkix1implicit (we have to think about how to rewrite both pkix1e...Ronnie Sahlberg5-115/+693
2004-12-05Grab the last (and null) byte of the content type value.Gerald Combs1-1/+1
2004-12-03Add a URL for the BitTorrent protocol spec.Guy Harris1-0/+6
2004-12-03From Tomasz Mrugalski:Guy Harris1-23/+139
2004-12-03make the tcp dissector distinguish between duplicate acks and window updatesRonnie Sahlberg1-5/+33