aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2011-05-18Fix a couple (value) mistakes in value_strings. Found by Martin's patch on t...Jeff Morriss1-5/+5
2011-05-13Build with S1AP-SonTransfer-IEs.asnStig Bjørlykke1-1/+2
2011-05-12Indicate Signed Receipt in info column.Stig Bjørlykke1-0/+5
2011-05-06From Ed Day via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5890 :Jeff Morriss6-419/+506
2011-05-04From Pascal Quantin:Anders Broman2-4/+34
2011-04-28From Pascal Quantin:Anders Broman1-3/+17
2011-04-21From Stefan Metzmacher and Gregor Beck via https://bugs.wireshark.org/bugzill...Jeff Morriss1-1/+30
2011-04-21Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-04-13Rollback r36614 and change dissect_SMUX_PDUs_PDU() to use previouslyStephen Fisher1-2/+3
2011-04-12Fix Coverity 524: NEGATIVE_RETURNSStephen Fisher1-2/+2
2011-04-12Fix Coverity 1047: UNUSED_VALUE in dissect_smuxStephen Fisher1-2/+1
2011-04-12Add x509if_frame_end() which is passed to register_frame_end_routine()Gerald Combs2-13/+35
2011-04-12Removed some unused variables.Stig Bjørlykke1-3/+2
2011-04-12Corrected switch-case flow.Stig Bjørlykke1-1/+1
2011-04-10Rename ws_stat to ws_stat64, and make it take a pointer to a ws_statb64Guy Harris1-2/+2
2011-04-08From Pascal Quantin:Anders Broman3-4/+51
2011-04-08From Pascal Quantin:Anders Broman4-154/+318
2011-04-07Use a unique variable name. Fixes Coverity CID 593.Gerald Combs1-4/+4
2011-04-06Add a commentAnders Broman1-0/+15
2011-04-06Missing decoding for CalledPartyBCD number in CAMELAnders Broman2-0/+14
2011-04-05Compile fix: camel_obj_id -> obj_id.Stig Bjørlykke1-1/+1
2011-04-05Actually get the oid string ...Anders Broman1-1/+4
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman3-11/+11
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman3-3/+16
2011-03-27Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman1-2/+12
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-1/+9
2011-03-14Properly initialize our filter counters.Gerald Combs1-0/+4
2011-03-03Export SONtransferRequestContaine, SONtransferResponseContainerand and Global...Anders Broman1-0/+3
2011-03-01QSIG: decoding of PSS1InformationElementTomas Kukosa2-0/+16
2011-03-01If we encounter an excessively long filter string or one with too manyGerald Combs2-0/+17
2011-02-27Export:Anders Broman1-0/+6
2011-02-27Add miisng file from Anders Broman1-0/+2
2011-02-27Add dissection of SonTransfer-IEs.Anders Broman2-0/+189
2011-02-27Export SourceCellID.Anders Broman1-5/+7
2011-02-24Add exports.Anders Broman1-0/+6
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs2-57/+13
2011-02-22Ensure we always have a valid top_tree for p1.content. This fixes a problemStig Bjørlykke4-3/+44
2011-02-20Renamed x411 to p1, x420 to p22 and s4406 to p772 to be consistentStig Bjørlykke57-417/+417
2011-02-20Add changes in r35546 to template and conformation file.Stig Bjørlykke2-9/+9
2011-02-20Add changes in r35384 to template file.Stig Bjørlykke1-8/+4
2011-02-16Generate correct type (FT_OID) for "x420.compression_algorithm_id".Stig Bjørlykke1-2/+2
2011-02-12Remove an unused ett_ variable.Jeff Morriss1-2/+0
2011-02-10Declare ett's as gint, not guint.Chris Maynard1-1/+1
2011-02-10Added a dissector table for AttributeId localForm.Stig Bjørlykke2-6/+22
2011-02-07Dissect V1 version , found in trace from:Anders Broman2-1/+8
2011-02-07Add a missing IE found in trace from https://bugs.wireshark.org/bugzilla/show...Anders Broman1-1/+4
2011-02-05Remove debug printouts.Anders Broman1-3/+4
2011-02-04Introduce preferences to set the strictness of Invoke/responseAnders Broman2-20/+85
2011-02-04If ENBname is text, append the text.Anders Broman1-0/+26