aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-31/+31
2014-06-18Fixup: ep_address_to_str -> address_to_strDario Lombardo1-1/+1
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-31/+31
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-89/+89
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-16Add a preference to use Japanese ISUP TTC version with 13 bit CIC.AndersBroman1-2/+23
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-06Partly revert fdeed480bf89a1f43f7b3d4be67fa0e4333f7120Pascal Quantin1-1/+1
2014-04-06Convert ep_address_to_str -> address_to_str(wmem_packet_scope, ...) for all d...Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-04(Trivial) explicitely --> explicitlyBill Meier1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-8/+8
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+5
2013-12-14Remove not needed ';'Jakub Zawadzki1-2/+2
2013-12-12(Trivial)Bill Meier1-289/+289
2013-11-26Create/use two extended value_strings;Bill Meier1-1428/+1499
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-02Fix build (missing some _U_)Alexis La Goutte1-1/+1
2013-11-02Prep a few more dissectors to receive their string data through dissector data.Michael Mann1-4/+5
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+8
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