aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2014-06-29GSM MAP: ensure that p2p_dir is always initialized before calling GSM SMS dis...Pascal Quantin1-0/+25
2014-06-24Add back initializers dropped in g9356d5c689faEvan Huus1-2/+2
2014-06-24Remove unneeded sys/types.hJoerg Mayer1-4/+0
2014-06-22Get rid of some unused variables.Guy Harris2-2/+0
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann31-398/+243
2014-06-22Fix leak in nbap init functionEvan Huus1-2/+2
2014-06-21batch of tvb-length conversionsEvan Huus25-151/+148
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris7-9/+9
2014-06-20batch of tvb-length conversionsEvan Huus9-53/+52
2014-06-19batch of manual tvb_length conversionsEvan Huus9-15/+16
2014-06-19batch of manual tvb_length conversionsEvan Huus8-15/+15
2014-06-19Kerberos: fix dissection of packets when Record Mark is presentPascal Quantin1-1/+1
2014-06-19Revert "Update ASN.1 source files with the API changes done in g021e7af"Pascal Quantin95-405/+405
2014-06-18Update ASN.1 source files with the API changes done in g971ffd6Pascal Quantin1-2/+2
2014-06-18Get rid of obsolete references to nettlePascal Quantin1-13/+0
2014-06-18SABP: fix an error spotted by pre-commit hookPascal Quantin1-1/+1
2014-06-18Update ASN.1 source files with the API changes done in g021e7afPascal Quantin95-405/+405
2014-06-17Convert tcap dissector to wmemEvan Huus1-14/+14
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus5-12/+12
2014-06-16Remove emem in SNMP UAT, use glib insteadEvan Huus1-113/+138
2014-06-11FixAndersBroman1-0/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann12-28/+25
2014-06-04This fix now allows SASL/GSS-API with integrity only to be properly dissectedRichard Sharpe1-5/+32
2014-05-29Improve the fix by removing code that miss dissects SPNEGO stuff ... as wellRichard Sharpe1-51/+0
2014-05-29Try to fix the problems with the SPNEGO negTokenInit differences in Microsoft...Richard Sharpe3-80/+83
2014-05-28packet-kerberos.c: Use tfs_set_notset in hf[] entry instead of a local version.Bill Meier1-3/+1
2014-05-28Update m3ap.cnf to match packet-m3ap.c change done in commit b40cb1adBill Meier1-1/+1
2014-05-28packet-klerberos.c: Use typedef (true_false_string) to properly define a true...Bill Meier1-2/+2
2014-05-27Fix build on my old Windows XP Buildbot (With VS2008EE) (Try 2...)Alexis La Goutte1-0/+2
2014-05-25Grab-bag of dead initializers and two actual bugs.Evan Huus2-6/+6
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman6-10/+24
2014-05-15Eliminate some calls to tvb_get_ptr().Guy Harris1-8/+6
2014-05-12Fix copy-and-paste error with cause value_strings, and change indentation to ...Martin Mathieson1-10/+10
2014-05-08TCAP: set a fence on info column after calling sub dissectorPascal Quantin1-1/+3
2014-05-08MAC LTE: get extended BSR sizes configuration from RRCPascal Quantin1-0/+13
2014-05-05Add the possibillity to add a string to the termination id.AndersBroman2-5/+23
2014-05-03Have RRC tell MAC about RAPID ranges so it can show for RAPIDs seenMartin Mathieson1-0/+2
2014-04-27T38: fix access to uninitialised variablesPascal Quantin1-2/+5
2014-04-25Kerberos: ensure that private data elements are stored in separate variablesPascal Quantin2-130/+89
2014-04-23Kerberos: use dissect_kerberos_ADDR_TYPE (removes an unused function warning)Pascal Quantin1-4/+2
2014-04-23Add check for no kerberos keytab file.Stig Bjørlykke1-1/+8
2014-04-23Kerberos: use auto generated code for ADDR-TYPE instead of a hand made value_...Pascal Quantin2-30/+10
2014-04-23Kerberos: put PDU dissection under Kerberos tree and remove duplicate PDU namePascal Quantin1-1/+1
2014-04-22Kerberos: define HostAddress/addr-type as a FT_UINT32 fieldPascal Quantin2-4/+5
2014-04-21Update to latsest spec. number while we are at it(no change).AndersBroman6-7/+7
2014-04-21Fix various white space issues and typoes and regenerate SABP dissector.Guy Harris2-94/+88
2014-04-18Use new BER functions in kpasswd.Stig Bjørlykke4-3/+18
2014-04-18Add kerberos-exp.cnf to asn1 gitignoreAlexis La Goutte1-0/+1
2014-04-18Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte2-1/+9
2014-04-18Fix mix tab and spaceAlexis La Goutte1-6/+6