aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-04generate T.38 dissector from ASN.1 sourcekukosa15-688/+1980
2007-05-04- fix creating PDU_NEW functions, return the right valuekukosa1-10/+19
2007-05-04Fix a copy paste error.etxrab2-2/+2
2007-05-04revert changes done by mistake - keep original ASN.1 sourcekukosa1-1/+2
2007-05-04From Olivier Montanuy:etxrab1-17/+690
2007-05-03Note: make test for the following update generates 1 error:jmayer18-2485/+2531
2007-05-03Split out asn1 common functions. Start of BER EXTERNAL.etxrab6-17/+156
2007-05-03use the latest version of PIDL to regenerate winreg using the new TYPE sahlberg2-320/+397
2007-05-03Show internal ber fields for tagged type if pref. set.etxrab1-2/+4
2007-05-03Dissect returnedFunction.etxrab4-101/+215
2007-05-03will this finally get rid of the warnigs?lego1-6/+6
2007-05-03Check for an infinite loop while processing cipher suites. Fixes bug 1582.gerald2-5/+47
2007-05-03Handle cases where our macro doesn't have any arguments. We shouldgerald1-76/+77
2007-05-03- REAL type and values are supportedkukosa1-140/+157
2007-05-03EXTERNAL type is handled in asn2wrs nowkukosa128-491/+499
2007-05-03comment out parameters of parametrized typekukosa1-1/+1
2007-05-03uppercase identifiers are not allowedkukosa1-2/+2
2007-05-03uppercase identifiers are not allowedkukosa1-1/+1
2007-05-03REAL type supportkukosa2-15/+93
2007-05-03Fix a couple of typos and fixup whitespace.gerald1-201/+201
2007-05-02The forgotten file strikes back.lego1-1/+2
2007-05-02From Tamas Regos (Via Balint Reczey)lego3-3/+181
2007-05-02Add a routine to dissect the MCS Set. Add a tree for the MCS Setgerald1-33/+95
2007-05-02fix warningslego1-6/+7
2007-05-02fix warnings in debug codelego1-23/+40
2007-05-02add support for the text export format of textronix k1[25]lego7-4/+330
2007-05-02Check for read failures, and report them (and don't parse the key listguy1-1/+8
2007-05-02Immediately quit routines if fwrite() fails - further writes willguy2-24/+62
2007-05-02Fix the windows build by changing uint32_t into guint32.jake1-2/+2
2007-05-02From Matt Addison:jake1-2/+22
2007-05-02updates to the ctdb dissector to follow the latest protocolsahlberg1-44/+165
2007-05-02fix forgotten calling of dissect_per_External()kukosa1-4/+1
2007-05-02comment out a unused function so that wireshark builds on suse againsahlberg1-1/+2
2007-05-02fix some compiler warnings leading to compile failuresahlberg1-1/+1
2007-05-02- better reporting of syntax errors (or unsupported syntax) in ASN.1 sourcekukosa1-18/+150
2007-05-02some more : try to make read/write not break the build if the return value is...sahlberg1-10/+10
2007-05-02PER - support of EXTERNAL and ObjectDescriptor types (not tested)kukosa3-5/+199
2007-05-02do something with the return value from eth_write (which is a define for fwri...sahlberg1-14/+15
2007-05-02fix some more warnings that the result from fread/fwrite is discarded by assi...sahlberg3-14/+17
2007-05-02store the result of fread in a variable to make -Werror happysahlberg1-1/+2
2007-05-02From Stefan Puiu:jake1-13/+17
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.etxrab61-1166/+1246
2007-05-01From Dustin Johnson: Normalize indentation.gerald1-3003/+2993
2007-05-01Make these protocols findable by name.martinm3-0/+9
2007-05-01Fetch IP and TCP length values directly instead of casting the data buffergerald1-7/+5
2007-05-01Parenthesize to squelch a compiler warning (a warning that suggests thatguy1-2/+2
2007-04-30From Dustin Johnson and myself:gerald1-349/+510
2007-04-30Use memcpy() to copy the session ID to the buffer, so we don't getguy1-2/+2
2007-04-30Update copyright notice.guy1-1/+1
2007-04-30Add a header that redefines g_array_index() to throw in a "void *" castguy7-46/+54