aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sccp.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-30Try to determine MTP3 Standard heuristically, original codeAnders Broman1-8/+173
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-6/+6
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-37/+34
2011-09-01Update my email address (the old one still works but I don't use it for Wires...Jeff Morriss1-4/+4
2011-05-26Inspired by one of the changes from r37406 and bug 2794: detect hf abbreviationsJeff Morriss1-3/+3
2011-05-26From Michael Mann.Anders Broman1-1/+4
2011-05-25Add some expert infos for unusual messages:Jeff Morriss1-153/+212
2011-05-17Squelch a narrowing warning.Guy Harris1-1/+1
2011-05-17Always add the parameter length field to the tree; only make it visibleJeff Morriss1-13/+22
2011-05-17Add a filterable item for the length of the GT digits in a subtree under theJeff Morriss1-25/+36