aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-24From Sebastien Tandel:sfisher1-1/+1
2006-12-17Make IPv4 addresses in AIM TLV data human readable.sfisher1-3/+2
2006-10-31change the signature for the get_pdu_len() function pointer passed to tcp_dis...sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-0/+1
2006-03-07potential dereference of null pointersahlberg1-1/+1
2005-12-07From Jelmer V AIM bugfixsahlberg1-6/+4
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-2/+2
2005-08-02Fix more "no previous declaration" warningsjmayer1-2/+2
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-4/+2
2005-07-13From Ilya Konstantinov :etxrab1-5/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-3/+4
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.gerald1-0/+5
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"guy1-6/+12
2005-01-05Use "tvb_format_text()" to extract and format the buddy name string inguy1-5/+3
2004-12-25Again, some warnings removed.ulfl1-1/+1
2004-12-09Terminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".gerald1-2/+2
2004-10-23Put the name, as well as the value, of the family and subfamily fieldsguy1-1/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-09-23From Jelmer Vernooij:guy1-66/+77
2004-09-22From Jelmer Vernooij:guy1-10/+109
2004-09-21From Jelmer Vernooij:guy1-60/+94
2004-09-18From Jelmer Vernooij:guy1-2/+157
2004-09-17From Jelmer Vernooij: get rid of some unused tables.guy1-28/+2
2004-09-17from Thomas Boehne: don't put code before a declaration - that's aguy1-2/+4
2004-09-17From Jelmer Vernooij:guy1-3/+75
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-08-01From Jelmer Vernooij: add support for some more TLVs and another SNAC.guy1-3/+15
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1152