aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2005-10-29add some simple heuristics for PVFSRonnie Sahlberg1-31/+77
2005-10-28comment out the heuristics registration until we actually implement some heur...Ronnie Sahlberg1-1/+1
2005-10-28From Mike FrischRonnie Sahlberg2-0/+3585
2005-10-281. replace "and" with "&&" in ethereal_gen.py:2103Anders Broman1-0/+1
2005-10-28If bytes_to_str() is passed a zero length value, return an empty stringGerald Combs1-49/+51
2005-10-28Fix the bit mask for dec_dna.ctl.router_state. This should fix theGerald Combs1-172/+172
2005-10-28Came up to be an almost complete rewrite:Luis Ontanon2-1714/+1471
2005-10-27register 1.2.840.113533.7.66.13 as passwordbasedmac from CRMFRonnie Sahlberg1-1/+19
2005-10-27add decoding of some more universal types for the opportunistic decode of unk...Ronnie Sahlberg1-0/+24
2005-10-27get rid of the last two strcpy from epan/dissectorsRonnie Sahlberg1-9/+2
2005-10-27remove some strcpyRonnie Sahlberg1-14/+12
2005-10-27get rid of some strcpyRonnie Sahlberg2-2/+2
2005-10-27get rid of a strcpyRonnie Sahlberg1-1/+1
2005-10-27get rid of some strcpyRonnie Sahlberg1-21/+11
2005-10-27remove some strcpyRonnie Sahlberg1-10/+5
2005-10-27remove a strcpy() callRonnie Sahlberg1-1/+2
2005-10-27remove a strcpyRonnie Sahlberg1-1/+1
2005-10-27get rid of a strcpyRonnie Sahlberg1-1/+2
2005-10-27remove a strcpy callRonnie Sahlberg1-1/+2
2005-10-27remove a strcpyRonnie Sahlberg1-13/+3
2005-10-27remove some strcpyRonnie Sahlberg1-29/+48
2005-10-27remove some strcpy() and some buffers.Ronnie Sahlberg1-79/+84
2005-10-26Don't run "process_ptvc_record()" on replies unless we're building aGuy Harris1-29/+41
2005-10-26Add a comment.Guy Harris1-0/+1
2005-10-26updates to CMPRonnie Sahlberg1-9/+202
2005-10-26Add the rest of the IE:sAnders Broman2-4/+465
2005-10-26From Mike DuigouAnders Broman1-4/+6
2005-10-26From Mark C Brown, Anders Broman1-4/+6
2005-10-26Set correct offset fore some signals, use dummy funtion to get hf fields auto...Anders Broman1-135/+471
2005-10-25Tags should be implicit.Anders Broman2-222/+223
2005-10-25As there are more Procedure codes the hueristics need to be updated.Anders Broman1-3/+4
2005-10-25some ies in the init proc weren't propperly decoded.Luis Ontanon1-27/+33
2005-10-25Don't declare "dissect_rtse_EXTERNAL()" in "packet-rtse.c" - let it getGuy Harris2-5/+2
2005-10-25Check in the re-generated NBAP dissector.Guy Harris2-7/+50
2005-10-25Avoid a conflict in global symbols by declaring some variables static.Luis Ontanon1-5/+5
2005-10-25remove a bunch of arrays, some strcpy() and make it dissect the fc4 type bitm...Ronnie Sahlberg1-78/+127
2005-10-25remove a buffer from the stack and some strcpy()Ronnie Sahlberg1-17/+50
2005-10-25remove a stack based array and some strcpy()Ronnie Sahlberg1-27/+57
2005-10-25Fix a typo.Guy Harris1-1/+1
2005-10-25Put the code to handle NDS ping replies and NDS replies into routines ofGuy Harris1-1246/+1290
2005-10-25From Martin AndréAnders Broman5-26/+981
2005-10-25From Jochen Friedrich Anders Broman1-1/+1
2005-10-25Add missing file ( packet-ftbp.ch)Anders Broman1-0/+2
2005-10-25Clean up "print_address()" - fix the indentation, do the check for aGuy Harris1-17/+18
2005-10-24From Graeme Lunt:Anders Broman17-150/+1984
2005-10-24- optionally decode data pdusLuis Ontanon1-91/+140
2005-10-24- packet records with AAL5 Pdus or AAL2 Sdus contain VP/VC and CID info in th...Luis Ontanon1-2/+16
2005-10-24UMTS Node B Application Part(NBAP) packet dissection(3GPP TS 25.433 version 6...Anders Broman3-0/+45330
2005-10-24get rid of a few strcpy and an array from the stackRonnie Sahlberg1-38/+64
2005-10-24Add #defines for NDS tag values, and use them in the definition ofGuy Harris1-34/+51