aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-17Switch to using the ASN1 based kerberos dissector.AndersBroman3-5/+5
2014-04-16From Martin Mathieson:AndersBroman1-0/+30
2014-04-16Fix "might be clobbered by 'longjmp' or 'vfork' [-Werror=clobbered]" warning ...Bill Meier4-5/+5
2014-04-15LTE RRC: break the sr-configIndex down into periodicity and subframe offsetMartin Mathieson2-2/+61
2014-04-14Fix warning found by -Wunused-const-variable (Clang 3.5)Alexis La Goutte1-0/+4
2014-04-11Added P1 extension 34.Stig Bjørlykke1-0/+1
2014-04-08Get rid of some unused functions.Guy Harris1-0/+2
2014-04-08Update to V11.6.0AndersBroman8-861/+1246
2014-04-07Handle string types with somewhat appropriate encodings.Guy Harris1-14/+0
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann2-2/+2
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-20/+20
2014-04-03Fix Bug 9920 Buildbot crash due to SDP/RTP mismatchHadriel Kaplan1-9/+3
2014-04-02Add a cople of missing pcap.extension IE:sAndersBroman1-3/+9
2014-03-27Add dissection of 3G Interface Type package and add some comments aboutAndersBroman1-4/+4
2014-03-26More fiddling with heuristic.AndersBroman1-2/+2
2014-03-26Fix off by one errorAndersBroman1-1/+1
2014-03-26LTE RRC: add file forgotten in gb981173Pascal Quantin1-1/+8