summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-q931.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-03From Gerasimos Dimitriadis:Jaap Keuter1-19/+92
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-28/+28
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
2009-05-08The convention is to use TFS(...) when specifying a true_false_string with an...Bill Meier1-3/+3
2009-03-18fix unused parameter warningRichard van der Hoff1-1/+1
2009-01-28Check the length in dissect_q931_change_status_ie().Guy Harris1-3/+7
2009-01-28new SERVICE/SERVICE ACKNOWLEGE messages defined in various US standards (AT&T...Tomas Kukosa1-16/+72
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-02H.323 over SCTP supportTomas Kukosa1-7/+19
2008-09-24Packet-isup.c &packet-q931.[ch]:Anders Broman1-7/+7
2008-09-14Fix for bug 2870:Jaap Keuter1-3/+13
2008-03-18Add codeset 5 ETSI party catagory IE.Jaap Keuter1-1/+44
2008-03-18Add consistent Bearer Capability layer identifications.Jaap Keuter1-20/+36
2007-04-26memmove() is needed only if the source and destination might overlap.Guy Harris1-1/+1
2006-12-21From Alfred Alinazar:Jaap Keuter1-0/+9
2006-11-28From Richard Braun:Anders Broman1-2/+2
2006-09-21Fix for bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1106Anders Broman1-0/+6
2006-08-28- new function ssl_dissector_delete()Tomas Kukosa1-2/+11
2006-06-15gsm_a: Dissect LLCAnders Broman1-6/+6
2006-06-02From Richard van der Hoff:Anders Broman1-30/+86
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-23Completed Channel Identification IE with Channel number/Slot map fieldJaap Keuter1-8/+27
2005-12-06protocol discriminator byte has to be taken into info_element_lenTomas Kukosa1-1/+1
2005-12-01From Jaap Keuter:Anders Broman1-0/+11
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-3/+3
2005-08-05More char -> const char warning fixesJörg Mayer1-2/+2
2005-07-24some more dissectors converted to ep_tvb_get_stringRonnie Sahlberg1-15/+6
2005-06-27From Alejandro VaqueroAnders Broman1-44/+4
2005-06-02add a generated toplevel line between the connectionless DCE/RPC protocol and...Ulf Lamping1-1/+4
2005-04-23Don't try to free NULL. Don't overflow a buffer.Gerald Combs1-3/+6
2005-04-22Don't pass a null format string to val_to_str().Gerald Combs1-3/+3
2005-04-04From Cvetan IvanovRonnie Sahlberg1-0/+16
2005-03-14Combine the two switch statements on IE type into one; this cleansGuy Harris1-82/+139
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-03From Francisco Alcoba:Anders Broman1-7/+7
2005-02-01From Alejandro Vaquero:Lars Roland1-184/+237
2005-01-17Export q931_protocol_discriminator_valsAnders Broman1-1/+1
2005-01-05From Chris Maynard: free strings allocated by "tvb_get_string()" afterGuy Harris1-0/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+3166