aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...Ronnie Sahlberg1-4/+4
2006-03-11dont declare variables in the middle of a code block. many compilers do not...Ronnie Sahlberg1-50/+50
2006-03-10fix coverity CIDs 113 and 114.Luis Ontanon1-86/+119
2006-03-08Hide #line directives inside comments so that coverrity shows the errors it h...Luis Ontanon1-46/+49
2006-02-05H.248 over UDPLuis Ontanon1-6/+24
2006-01-12Before we begin dissection, NULLify some global variables that mightGerald Combs1-164/+167
2006-01-06Don't dereference a null pointer. Fixes bug 651. Update the release notesGerald Combs1-4/+6
2006-01-02Fix a typo.Guy Harris1-2/+1
2005-12-28- Decode some more annex C fieldsLuis Ontanon1-114/+562
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:sAnders Broman1-2/+1
2005-12-13asn2eth.py:Gerald Combs1-1/+1
2005-12-07Avoid dereferencing pointers to the message, context and transaction object i...Luis Ontanon1-3/+20
2005-12-06It crashed when keep_persistent_data == FALSELuis Ontanon1-36/+43
2005-12-06- Fix few issues with context analysisLuis Ontanon1-474/+674
2005-11-02Some cleanup,Luis Ontanon1-20/+39
2005-11-02- terminate a value_stringLuis Ontanon1-9/+65
2005-11-01- add a counter for pending messagesLuis Ontanon1-30/+14
2005-11-01- Embryonic Transaction & Context tracingLuis Ontanon1-122/+720
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"Guy Harris1-50/+55
2005-09-19sometimes it seems that we have the text based h248/megaco running ontop ofRonnie Sahlberg1-0/+16
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-02Regenerate dissectors with the current asn2eth.Guy Harris1-20/+27
2005-08-11avoid throwing a malformed packetLuis Ontanon1-0/+1
2005-08-11Change a switch into an "if else if else if else" that fixes the "too large f...Luis Ontanon1-110/+215
2005-07-30More char -> const char warning fixesJörg Mayer1-1/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choiceRonnie Sahlberg1-111/+163
2005-07-13fix a stringLuis Ontanon1-1/+1
2005-06-26make dissect_ber_choice take a guint* that will return theRonnie Sahlberg1-38/+38
2005-06-20if exists call the h248term subdissector.Luis Ontanon1-32/+45
2005-06-06- make sure there's something to add to colinfo.Luis Ontanon1-8/+17
2005-05-20some cosmetic fixesLuis Ontanon1-30/+33
2005-05-13- make sure contextId and transactionId are added to the tree as filterable f...Luis Ontanon1-68/+327
2005-05-10- export Audio Codec modes from isup/biccLuis Ontanon1-5/+12
2005-02-24Dissect MTP3 with service indicator 14 as H248.Anders Broman1-0/+1
2005-02-23Add dissection of packet tdmcAnders Broman1-27/+56
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...Ronnie Sahlberg1-2/+2
2005-02-03Add dissection of some more packages.Anders Broman1-3/+129
2005-01-31support H.248 BER over SCTP PPID 7Ronnie Sahlberg1-191/+193
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...Ronnie Sahlberg1-127/+127
2004-12-12updates from tomas and andersRonnie Sahlberg1-60/+60
2004-12-12update h248 to use the new integer dissector phasing out useage ofg the old...Ronnie Sahlberg1-187/+187
2004-10-13final massaging to get rid of the last remaining compiler warnings for megacoRonnie Sahlberg1-50/+34
2004-10-12get rid of some more compiler warningsRonnie Sahlberg1-2/+1
2004-10-12massage the h248 files so that it compiles with asn2eth without warningsRonnie Sahlberg1-435/+352
2004-10-12Re-generate with latest asn2eth.Guy Harris1-1/+1
2004-10-12Pretyfy EventName and SignalNameAnders Broman1-25/+108
2004-10-11Re-generate a number of ASN.1-based dissectors with the most recentGuy Harris1-134/+131
2004-10-07Added dissection of some packages Property ID:sAnders Broman1-11/+107
2004-10-05Add example template for how to add h248 extension packages to the megaco dis...Ronnie Sahlberg1-2/+36
2004-10-05minor update preparations to have a dissector table for property identifiersRonnie Sahlberg1-24/+33