aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-4/+4
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-9/+8
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-9/+9
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-52/+52
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+4
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+12
2013-03-19And packet-isup.c is the first to fall to r48415.Evan Huus1-3/+0
2013-03-12Use explicit casts.Anders Broman1-2/+2
2013-03-11Dissect Contractor Number digits.Anders Broman1-2/+9
2013-02-28Dissect japan ISUP Charging Info IE.Anders Broman1-13/+30
2013-02-27Dissect Japan ISUP Charge rate transfer (flexible charging) .Anders Broman1-2/+161
2013-02-11{..., NULL} is required as the last XXX_string array entry: value_string q763...Anders Broman1-0/+1
2013-02-11Dissection of Q.763 ISUP Generic Notification.Anders Broman1-3/+35
2013-02-05Export dissect_japan_isup_additonal_user_cat()Anders Broman1-1/+1
2012-12-07Make it easier to make full extended value string if required.Anders Broman1-257/+398
2012-12-05 Found non-ASCII characters on line 7323 of packet-isup.cAnders Broman1-1/+1
2012-12-05unused variable 'length'Anders Broman1-1/+0
2012-12-05Dissect more Japanese ISUP parameters.Anders Broman1-17/+307
2012-12-04Add more dissection for Japan ISUP.Anders Broman1-145/+157
2012-12-04Add more Japan ISUP parameters to value sting, dissection remains to be done.Anders Broman1-17/+43
2012-12-02From Ojab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8035 :Pascal Quantin1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-8/+8
2012-11-27Add more parameters for Japanese ISUP.Anders Broman1-6/+285
2012-10-11hf_isup_cic is now BASE_DEC, so there's no reason to useGuy Harris1-2/+2
2012-10-11"Prepare/Apply a filter" on ISUP CIC should make a filter with decimal CIC nu...Anders Broman1-2/+2
2012-10-08Fix unused parameters.Anders Broman1-1/+3
2012-10-08Let ISUP national settings be valid for BICC too.Anders Broman1-24/+251
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-08-30tools/checkhf.pl reported 3 unused hf entries. Commented them out for now.Chris Maynard1-5/+5
2012-08-30Remove trailing space in some hf names.Jeff Morriss1-17/+17
2012-08-30Add Japanese ISUP variant(not all IE's)Anders Broman1-6/+1070
2012-08-23Cleanup: Whitespace and long lines;Bill Meier1-946/+1156
2012-08-23value-string arrays - allow "direct" access: fix dup val & fill in a "gap".Bill Meier1-8/+32
2012-08-14From Bodo Petermann via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7632Evan Huus1-1/+6
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-9/+9
2012-08-01updated more display filters per checkfiltername.plMichael Mann1-19/+19
2012-07-31Fix Coverity CID 712526: Missing break in switch. Bug introduced with r44134.Chris Maynard1-0/+1
2012-07-30Add Russian national variant.Anders Broman1-21/+352
2012-07-26Extend a value string.Anders Broman1-0/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-08Only dissect as SDp if it's IPBCP (text encoded).Anders Broman1-4/+7
2012-05-10Fix CID 700200: the Israeli variant case can't happen inJeff Morriss1-0/+9
2012-05-07Decode the Israeli TCM and CAM messages.Jeff Morriss1-2/+19