aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-21Add a function to dissect an E.164 (MSISDN) number in UTF8 format and use itJeff Morriss1-1/+1
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-22/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-9/+6
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-05-14Add an expert info for GT with no digits.AndersBroman1-0/+7
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+2
2013-12-12Try to fix "initializer element is not computable at load time"Anders Broman1-21/+82
2013-11-25The defragment_xudt preference is used to control reassembly of both XUDTsJeff Morriss1-8/+7
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-2/+2
2013-10-25Fix CID 281375 (dead code) while hopefully fixing detection of Class-2 ERRJeff Morriss1-2/+27
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-08-25Replace some emem with wmem.Evan Huus1-24/+25
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-03expert_add_info_format_text + proto_tree_add_text = proto_tree_add_expert_for...Michael Mann1-77/+34
2013-07-03expert_add_info + proto_tree_add_text = proto_tree_add_expert, where applicableMichael Mann1-9/+3
2013-06-12Batch of filterable expert infos with some minor cleanup I noticed while doin...Michael Mann1-31/+45
2013-05-28As described in the thread starting with:Jeff Morriss1-19/+31
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-7/+7
2013-03-23Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-16/+19
2013-03-19From beroset:Anders Broman1-3/+3
2013-03-12From beroset:Anders Broman1-1/+1
2013-03-04Use explicit casts.Anders Broman1-13/+13
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-09-03MT: move global frame_end_routines to packet_info.Jakub Zawadzki1-1/+1
2012-07-08UATs could be put into "categories". The categories were defined onlyGuy Harris1-3/+4
2012-07-06Display (and allow filtering on) the "reserved for national use" bit in the AI.Jeff Morriss1-9/+27
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-08General cleanup including:Bill Meier1-2098/+2197
2012-02-08Heuristic standard detection:Jeff Morriss1-0/+12
2012-02-03Create a list of MTP Service Indicator macros and use them.Jeff Morriss1-3/+1
2012-02-03Finish the heuristic standard detection logic by adding support (untested)Jeff Morriss1-32/+60
2012-02-03Improve heuristic standard detection:Jeff Morriss1-476/+570
2012-02-01Fix warning: pci set but not used warningJörg Mayer1-3/+3
2012-01-31Let's make all offsets within the packet guints. (In most of the API,Guy Harris1-6/+7
2012-01-31Heuristic standard tuning:Jeff Morriss1-29/+97
2012-01-31Use PINFO_FD_NUM and PINFO_FD_VISITEDJeff Morriss1-14/+13
2012-01-31Improve heuristic standard detection:Jeff Morriss1-25/+98
2012-01-30Heuristic standard tuning:Jeff Morriss1-30/+50
2012-01-30Reformat a section.Anders Broman1-213/+204