aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-13/+13
2006-06-20From Albert Chin:etxrab1-27/+42
2006-05-24- remove some #.MODULE_IMPORT from .cng fileskukosa1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-05-04From LEGO fix "Dissector bug, Protocol H248"etxrab1-3/+3
2006-03-11give se_trees names so that it is easier to debug and to log how often ce...sahlberg1-4/+4
2006-03-11dont declare variables in the middle of a code block. many compilers do not...sahlberg1-50/+50
2006-03-10fix coverity CIDs 113 and 114.lego1-86/+119
2006-03-08Hide #line directives inside comments so that coverrity shows the errors it h...lego1-46/+49
2006-02-05H.248 over UDPlego1-6/+24
2006-01-12Before we begin dissection, NULLify some global variables that mightgerald1-164/+167
2006-01-06Don't dereference a null pointer. Fixes bug 651. Update the release notesgerald1-4/+6
2006-01-02Fix a typo.guy1-2/+1
2005-12-28- Decode some more annex C fieldslego1-114/+562
2005-12-16Get rid of duplicted dissector tables for MTP3 Service indicator and SCCP ssn:setxrab1-2/+1
2005-12-13asn2eth.py:gerald1-1/+1
2005-12-07Avoid dereferencing pointers to the message, context and transaction object i...lego1-3/+20
2005-12-06It crashed when keep_persistent_data == FALSElego1-36/+43
2005-12-06- Fix few issues with context analysislego1-474/+674
2005-11-02Some cleanup,lego1-20/+39
2005-11-02- terminate a value_stringlego1-9/+65
2005-11-01- add a counter for pending messageslego1-30/+14
2005-11-01- Embryonic Transaction & Context tracinglego1-122/+720
2005-09-22Fix a bunch of places where we were calling "dissect_ber_octet_string()"guy1-50/+55
2005-09-19sometimes it seems that we have the text based h248/megaco running ontop ofsahlberg1-0/+16
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-02Regenerate dissectors with the current asn2eth.guy1-20/+27
2005-08-11avoid throwing a malformed packetlego1-0/+1
2005-08-11Change a switch into an "if else if else if else" that fixes the "too large f...lego1-110/+215
2005-07-30More char -> const char warning fixesjmayer1-1/+1
2005-07-21change the symbol dissect_ber_CHOICE back into dissect_ber_choicesahlberg1-111/+163
2005-07-13fix a stringlego1-1/+1
2005-06-26make dissect_ber_choice take a guint* that will return thesahlberg1-38/+38
2005-06-20if exists call the h248term subdissector.lego1-32/+45
2005-06-06- make sure there's something to add to colinfo.lego1-8/+17
2005-05-20some cosmetic fixeslego1-30/+33
2005-05-13- make sure contextId and transactionId are added to the tree as filterable f...lego1-68/+327
2005-05-10- export Audio Codec modes from isup/bicclego1-5/+12
2005-02-24Dissect MTP3 with service indicator 14 as H248.etxrab1-0/+1
2005-02-23Add dissection of packet tdmcetxrab1-27/+56
2005-02-23update asn2eth and all generated dissectors to new dissect_ber_boolean that t...sahlberg1-2/+2
2005-02-03Add dissection of some more packages.etxrab1-3/+129
2005-01-31support H.248 BER over SCTP PPID 7sahlberg1-191/+193
2004-12-13update of the asn2eth compiler to use the types ber_[choice|sequence]_t in...sahlberg1-127/+127
2004-12-12updates from tomas and anderssahlberg1-60/+60
2004-12-12update h248 to use the new integer dissector phasing out useage ofg the old...sahlberg1-187/+187
2004-10-13final massaging to get rid of the last remaining compiler warnings for megacosahlberg1-50/+34
2004-10-12get rid of some more compiler warningssahlberg1-2/+1
2004-10-12massage the h248 files so that it compiles with asn2eth without warningssahlberg1-435/+352
2004-10-12Re-generate with latest asn2eth.guy1-1/+1