aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
AgeCommit message (Expand)AuthorFilesLines
2012-11-18You can't return from inside a TRY/CATCH/ENDTRY block (seeGuy Harris1-12/+32
2012-11-18In the heuristic T.124 dissector, catch BoundsError andGuy Harris1-9/+21
2012-11-16Added a try-catch in the heuristics to avoid a false malformed packetStig Bjørlykke1-8/+12
2012-11-16If we have an com_context_id entry reuse that.Anders Broman2-74/+87
2012-11-15Add and prettify debug info - will regenerate dissector laterAnders Broman1-49/+105
2012-11-14Dissable code causing a crash. Add debug printouts and add a few more visited...Anders Broman2-13/+70
2012-11-13Pacify OSX-10.5 buildbotsPascal Quantin1-4/+4
2012-11-12Added attributes from RFC 2798.Stig Bjørlykke3-1/+16
2012-11-12Fix detection of H-RNTI when it is given after the DL-TransportChannelType co...Pascal Quantin3-27/+29
2012-11-12Fixed some typosStig Bjørlykke2-4/+4
2012-11-12Update ACP133 to edition D.Stig Bjørlykke6-14/+138
2012-11-09Use a subtree for message containersPascal Quantin2-71/+90
2012-11-08Only append oid name to parent item once when having RDN as a attribute.Stig Bjørlykke1-3/+1
2012-11-07Avoid accessing a no more valid tvbuffPascal Quantin2-2/+10
2012-11-06Fix dissection of NAS security parameters to/from E-UTRAPascal Quantin2-10/+13
2012-11-06Dissect lat. long and Uncertainty-Code.Anders Broman2-0/+28
2012-11-05Dissect the positioning data.Anders Broman2-5/+148
2012-11-05Use little endian MNC encoding.Anders Broman1-2/+3
2012-11-01From LI Hai:Anders Broman1-3/+3
2012-10-24To indicate that all bytes in the tvb were consumed, just return tvb_reported...Chris Maynard1-1/+1
2012-10-21AddressString can have a size of 1, fixes Bug 7882 -GSM_MAP show malformed Pa...Anders Broman1-0/+3
2012-10-09From Bill Parker:Anders Broman3-14/+14
2012-09-30Upgrade LTE RRC dissector to v11.1.0Pascal Quantin5-47/+545
2012-09-28Revert r21471: previous decoding of APN was matching 3GPP 23.003 chapter 9.1 ...Pascal Quantin1-1/+16
2012-09-28Upgrade LTE Positioning Protocol to V11.0.0Pascal Quantin3-6/+14
2012-09-23Let's be consistent and display lte_rrc root for all LTE RRC messagesPascal Quantin2-57/+91
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss97-287/+93
2012-09-19From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7736 :Pascal Quantin2-7/+2
2012-09-11Upgrade LTE RRC dissector to v11.0.0Pascal Quantin4-7/+7
2012-09-11Add data parameter to dissector_try_uint_newJakub Zawadzki4-22/+22
2012-09-11Add data parameter to call_dissector_only.Jakub Zawadzki1-1/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki3-4/+4
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki46-260/+259
2012-09-10Propage changes done in generated dissectors to asn1/Jakub Zawadzki6-39/+43
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki2-6/+6
2012-08-24match display filter prefix for all filtersMichael Mann1-3/+3
2012-08-22Add French National parameter https://bugs.wireshark.org/bugzilla/show_bug.cg...Anders Broman1-1/+5
2012-08-21Add dissection of locationInformation IE in Ericsson proprietary extensionPascal Quantin3-3/+57
2012-08-21Fix filter names for Ericsson proprietary extensionsPascal Quantin2-2/+3
2012-08-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7648 :Pascal Quantin4-5/+68
2012-08-20Remove unused hf_gsm_map_imsi_digits entry and fix filter name for hf_gsm_map...Pascal Quantin1-6/+1
2012-08-20Avoid defining 2 entries with incompatible types (FT_BYTES vs FT_NONE) and sa...Pascal Quantin1-0/+5
2012-08-19use session allocated memory for rtp_add_address/srtp_add_address hash tablesMichael Mann1-13/+4
2012-08-18make hash key session scopedMichael Mann2-33/+9
2012-08-18Mark a parameter as unused.Guy Harris2-13/+6
2012-08-18epan/dissectors/packet-ansi_map.c shouldn't be edited - it's generatedGuy Harris1-3/+1
2012-08-18epan/dissectors/packet-ansi_tcap.c shouldn't be edited - it's generatedGuy Harris1-4/+1
2012-08-15Remove non ASCCI charactersPascal Quantin1-4/+4
2012-08-15Fix some headers fields that were wrongly marked as 64 bits instead of 32 bitsPascal Quantin1-29/+1
2012-08-15Fix field type for some 64 bits header fieldsPascal Quantin5-5/+45